-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Defender crest balloon alert (plus consistent centring) (#5473)
# About the pull request Adds balloon alerts to the Defender's 'Toggle Crest Defense' ability. Also a tiny refactor to make balloon alerts always be centred above the source atom's sprite, the same way runechat/langchat does it. (I can split this part off into a separate PR if necessary.) # Explain why it's good for the game There *is* already a sprite change when toggling the crest, but it can sometimes be difficult to notice when you're not facing to the side. # Testing Photographs and Procedure <details> <summary>Screenshots & Videos</summary> ## Before: https://github.com/cmss13-devs/cmss13/assets/57483089/b1d80195-06b9-4c63-9cac-166214142396 https://github.com/cmss13-devs/cmss13/assets/57483089/7a868080-0608-4499-948f-9c5b91ff28f4 *(Obviously the defender text wasn't there before this PR, but just for demonstration purposes.)* ## After: https://github.com/cmss13-devs/cmss13/assets/57483089/8700f8e9-3b23-4c83-b2d7-eb2355d01156 https://github.com/cmss13-devs/cmss13/assets/57483089/f4bf8678-81e1-4abd-adce-02833cbb5a6a </details> # Changelog :cl: add: Added a 'balloon alert' when toggling Crest Defense as a Defender. code: Made balloon alerts centre themselves on xeno sprites. /:cl:
- Loading branch information
Showing
3 changed files
with
14 additions
and
16 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