salamanders immune to sliming

Since salamanders are plane-of-fire creatures, they too should be immune to
fire like fire elementals & vortexes
This commit is contained in:
cohrs
2002-02-06 04:06:41 +00:00
parent 61bf4b3371
commit 78f59d2046

View File

@@ -1676,6 +1676,7 @@ struct obj *otmp;
stoneorslime = (!Unchanging &&
youmonst.data != &mons[PM_FIRE_VORTEX] &&
youmonst.data != &mons[PM_FIRE_ELEMENTAL] &&
youmonst.data != &mons[PM_SALAMANDER] &&
youmonst.data != &mons[PM_GREEN_SLIME]);
if (cadaver && mnum != PM_LIZARD && mnum != PM_LICHEN) {