Fix: SE074 Problem: Monsters are reviving when they shouldn't be. Compatible with: Slash'EM 0.0.6E0F3 (DOS) Author: Warren Cheung, wac@intergate.bc.ca Date: 14 June 2000 diff -Nacrd ../slashem-0.0.6E1F3/src/mkobj.c ./src/mkobj.c *** ../slashem-0.0.6E1F3/src/mkobj.c Thu Jun 15 17:58:50 2000 --- ./src/mkobj.c Thu Jun 15 18:13:54 2000 *************** *** 915,920 **** --- 915,921 ---- #define special_corpse(num) (((num) == PM_LIZARD) \ || ((num) == PM_LICHEN) \ || (is_rider(&mons[num])) \ + || (mons[num].mlet == S_FUNGUS) \ || (mons[num].mlet == S_TROLL)) /*