Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Romerol tumors in living non-zombies don't delete on death […
…MDB IGNORE] (#25278) (#845) * Romerol tumors in living non-zombies don't delete on death (#79945) ## About The Pull Request Romerol tumors have been broken for over a month because Melbert made them delete on host death, without realizing that people without `TRAIT_NODEATH` can have them (namely, non-zombies). This simply puts the self-deletion behind an `iszombie` check. ## Why It's Good For The Game This was an oversight that went under the radar until I saw someone get denied a zombie outbreak because of it. ## Changelog :cl: fix: People exposed to romerol while alive will once again revive as zombies on death. /:cl: * Romerol tumors in living non-zombies don't delete on death --------- Co-authored-by: SkyratBot <[email protected]> Co-authored-by: Y0SH1M4S73R <[email protected]> Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>
- Loading branch information