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:
parent
18f590d4e5
commit
62cfd677ab
1 changed files with 3 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue