Skip to content

Commit

Permalink
Merge pull request #6868 from dantiadr/attunment-no-magic
Browse files Browse the repository at this point in the history
[scripts][attunement] Add magic disabled messaging
  • Loading branch information
MahtraDR authored Jul 17, 2024
2 parents c729559 + ef5c54c commit fd717cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attunement.lic
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class Attunement
end
return true
end
case DRC.bput(get_perceive_command, "You fail to sense", "You're not ready to do that again, yet", "You reach out", "You sense:", "Roundtime")
case DRC.bput(get_perceive_command, "You fail to sense", "You're not ready to do that again, yet", "You reach out", "You sense:", "Roundtime", "Something in the area is interfering")
when "You reach out", "You sense:"
true
else
Expand Down

0 comments on commit fd717cd

Please sign in to comment.