forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix altars not allowing items to be sacrificed (tgstation#78542)
## About The Pull Request Fixes tgstation#78529 Caused by tgstation#78429 They forgot to include the `!` operator when doing an early return for sacrificial items. Also cleaned up a little bit of the code. ## Why It's Good For The Game Chaplains can now perform their holy duties properly. ## Changelog :cl: fix: Fix altars not allowing items to be sacrificed /:cl:
- Loading branch information
1 parent
9e575a5
commit d24cd6e
Showing
2 changed files
with
18 additions
and
17 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