R722 boiling acid in fountains
- clarify the fact that acid boiling in a fountain damages you
This commit is contained in:
@@ -1428,6 +1428,7 @@ register struct obj *obj;
|
|||||||
/* KMH -- Water into acid causes an explosion */
|
/* KMH -- Water into acid causes an explosion */
|
||||||
if (obj->otyp == POT_ACID) {
|
if (obj->otyp == POT_ACID) {
|
||||||
pline("It boils vigorously!");
|
pline("It boils vigorously!");
|
||||||
|
You("are caught in the explosion!");
|
||||||
losehp(rnd(10), "elementary chemistry", KILLED_BY);
|
losehp(rnd(10), "elementary chemistry", KILLED_BY);
|
||||||
makeknown(obj->otyp);
|
makeknown(obj->otyp);
|
||||||
update_inventory();
|
update_inventory();
|
||||||
|
|||||||
Reference in New Issue
Block a user