From 78f59d20468bff1eee357436d5e2ba72184dfba3 Mon Sep 17 00:00:00 2001 From: cohrs Date: Wed, 6 Feb 2002 04:06:41 +0000 Subject: [PATCH] salamanders immune to sliming Since salamanders are plane-of-fire creatures, they too should be immune to fire like fire elementals & vortexes --- src/eat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/eat.c b/src/eat.c index b6ebb1171..7de3a5159 100644 --- a/src/eat.c +++ b/src/eat.c @@ -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) {