R722 boiling acid in fountains

- clarify the fact that acid boiling in a fountain damages you
This commit is contained in:
cohrs
2002-03-29 20:17:32 +00:00
parent 5488f521bb
commit afc7bc95c6

View File

@@ -1428,6 +1428,7 @@ register struct obj *obj;
/* KMH -- Water into acid causes an explosion */
if (obj->otyp == POT_ACID) {
pline("It boils vigorously!");
You("are caught in the explosion!");
losehp(rnd(10), "elementary chemistry", KILLED_BY);
makeknown(obj->otyp);
update_inventory();