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:
arromdee
2002-02-06 05:11:25 +00:00
parent 78f59d2046
commit 9aa253c8ab
5 changed files with 5 additions and 1 deletions
+1
View File
@@ -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;