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:
@@ -1676,6 +1676,7 @@ struct obj *otmp;
|
|||||||
stoneorslime = (!Unchanging &&
|
stoneorslime = (!Unchanging &&
|
||||||
youmonst.data != &mons[PM_FIRE_VORTEX] &&
|
youmonst.data != &mons[PM_FIRE_VORTEX] &&
|
||||||
youmonst.data != &mons[PM_FIRE_ELEMENTAL] &&
|
youmonst.data != &mons[PM_FIRE_ELEMENTAL] &&
|
||||||
|
youmonst.data != &mons[PM_SALAMANDER] &&
|
||||||
youmonst.data != &mons[PM_GREEN_SLIME]);
|
youmonst.data != &mons[PM_GREEN_SLIME]);
|
||||||
|
|
||||||
if (cadaver && mnum != PM_LIZARD && mnum != PM_LICHEN) {
|
if (cadaver && mnum != PM_LIZARD && mnum != PM_LICHEN) {
|
||||||
|
|||||||
Reference in New Issue
Block a user