salamanders
If salamanders are made immune to slime, then all the other places in the code which check for fire creatures should be modified too.
This commit is contained in:
@@ -1416,6 +1416,7 @@ do_stone:
|
||||
hitmsg(mtmp, mattk);
|
||||
if (!uncancelled) break;
|
||||
if (youmonst.data == &mons[PM_FIRE_VORTEX] ||
|
||||
youmonst.data == &mons[PM_SALAMANDER] ||
|
||||
youmonst.data == &mons[PM_FIRE_ELEMENTAL]) {
|
||||
pline_The("slime burns away!");
|
||||
dmg = 0;
|
||||
|
||||
Reference in New Issue
Block a user