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:
@@ -404,7 +404,7 @@ int mntmp;
|
||||
You("no longer feel sick.");
|
||||
}
|
||||
if (Slimed) {
|
||||
if (mntmp == PM_FIRE_VORTEX || mntmp == PM_FIRE_ELEMENTAL) {
|
||||
if (mntmp == PM_FIRE_VORTEX || mntmp == PM_FIRE_ELEMENTAL || mntmp == PM_SALAMANDER) {
|
||||
pline_The("slime burns away!");
|
||||
Slimed = 0L;
|
||||
flags.botl = 1;
|
||||
|
||||
Reference in New Issue
Block a user