-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cloaked mobs don't give off visible messages (+cloak logic refactor) (#…
…4410) # About the pull request Pretty much the title. Visible messages (visible_message proc) don't give off messages to others if the origin is cloaked. I'm a bit leery of doing this on `visible_message` so this is gonna need testing first. Makes checking for cloaking better, adding a trait on cloak instead of checking for user alpha # Explain why it's good for the game Being able to see things like "Unknown peers through the laser designator" while they're invisible is a pretty large tell despite you not having seen them. # Testing Photographs and Procedure <details> <summary>Screenshots & Videos</summary> Works </details> # Changelog :cl: balance: Cloaked mobs no longer give off visible messages /:cl: --------- Co-authored-by: forest2001 <[email protected]>
- Loading branch information
1 parent
ab575b2
commit da4398e
Showing
6 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters