1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-29 08:52:25 +01:00

DSouls undead always leave corpses

This commit is contained in:
ChrisANG 2018-06-09 13:19:07 -04:00
parent 18f590d4e5
commit 62cfd677ab

View file

@ -3968,6 +3968,9 @@ boolean was_swallowed; /* digestion */
if (is_golem(mdat)
|| is_mplayer(mdat)
|| is_rider(mdat)
|| mdat == &mons[PM_UNDEAD_KNIGHT]
|| mdat == &mons[PM_WARRIOR_OF_SUNLIGHT]
|| mdat == &mons[PM_CROW_WINGED_HALF_DRAGON]
|| mdat == &mons[PM_SEYLL_AUZKOVYN]
|| mdat == &mons[PM_DARUTH_XAXOX]
|| mdat == &mons[PM_ORION]