monsters and lava follow-up bit
"aways" is not a word.
This commit is contained in:
@@ -382,7 +382,7 @@ register struct monst *mtmp;
|
|||||||
if (cansee(mtmp->mx,mtmp->my))
|
if (cansee(mtmp->mx,mtmp->my))
|
||||||
pline("%s %s.", Monnam(mtmp),
|
pline("%s %s.", Monnam(mtmp),
|
||||||
mtmp->data == &mons[PM_WATER_ELEMENTAL] ?
|
mtmp->data == &mons[PM_WATER_ELEMENTAL] ?
|
||||||
"boils aways" : "burns to a crisp");
|
"boils away" : "burns to a crisp");
|
||||||
mondead(mtmp);
|
mondead(mtmp);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user