Hallucinatory liquids for water, lava, and acid

This commit is contained in:
Pasi Kallinen
2016-06-07 20:57:50 +03:00
parent a157c4873d
commit 3502cfcc5a
29 changed files with 123 additions and 81 deletions

View File

@@ -372,7 +372,7 @@ boolean verbose; /* give message(s) even when you can't see what happened */
damage = 0;
} else {
if (vis)
pline_The("acid burns %s!", mon_nam(mtmp));
pline_The("%s burns %s!", hliquid("acid"), mon_nam(mtmp));
else if (verbose && !target)
pline("It is burned!");
}