frying water elementals

Subject: Some problems to report!
Date: Tue, 17 May 2005 07:01:40 -0700 (<email deleted>
<email deleted>

[...]
- When polymorphed into a water elemental, falling
into lava still says "you burn to a crisp."
[...]
This commit is contained in:
nethack.allison
2006-02-19 22:35:23 +00:00
parent 3ea07e2ef0
commit abb47e6fc6
2 changed files with 4 additions and 1 deletions

View File

@@ -4166,7 +4166,9 @@ lava_effects()
u.uhp = -1;
killer.format = KILLED_BY;
Strcpy(killer.name, lava_killer);
You("burn to a crisp...");
You("%s...",
(u.umonnum == PM_WATER_ELEMENTAL) ?
"boil away" : "burn to a crisp");
done(BURNING);
while (!safe_teleds(TRUE)) {
pline("You're still burning.");