Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unholy water double parent call fix (tgstation#80641)
## About The Pull Request Unholy water now only calls parent in on_mob_life() once, instead of twice. The parent call would give you a small shot of toxin damage. Now you'll only get hit by it once, instead of twice. Neat! The linked issue mentions the double parent call on holy water too, but that seems to have been removed at some point. ## Why It's Good For The Game Closes tgstation#80511. ## Changelog :cl: Rhials code: Unholy water no longer calls parent twice in on_mob_life(). /:cl:
- Loading branch information