Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Xenomorph stomachs and vore will no longer destroy items dir…
…ectly, refactored it to use acid_act() (#2166) * Xenomorph stomachs and vore will no longer destroy items directly, refactored it to use acid_act() (#81534) ## About The Pull Request senomorph stomachs and vore will no longer destroy items and mobs directly, refactored it to use acid_act() fixes xenomorph vore accidentally destroying mobs it wasn't supposed to destroy, im thinking this was modified list in place shenanigans ## Why It's Good For The Game this shit is jank as hell and better done this way and results in less weird edge cases, and also makes xenomorphs feel less bullshit ## Changelog :cl: balance: xenomorph stomachs will no longer destroy items directly, refactored it to use acid_act() fix: fixes xenomorph vore accidentally destroying mobs it wasn't supposed to destroy, im thinking this was modified list in place shenanigans /:cl: * Xenomorph stomachs and vore will no longer destroy items directly, refactored it to use acid_act() --------- Co-authored-by: NovaBot <[email protected]> Co-authored-by: Iamgoofball <[email protected]>
- Loading branch information