From afc7bc95c6bf1ae2edf2237eb34ca95385c9a7bf Mon Sep 17 00:00:00 2001 From: cohrs Date: Fri, 29 Mar 2002 20:17:32 +0000 Subject: [PATCH] R722 boiling acid in fountains - clarify the fact that acid boiling in a fountain damages you --- src/potion.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/potion.c b/src/potion.c index 178008ee0..626f307a9 100644 --- a/src/potion.c +++ b/src/potion.c @@ -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(); -- 2.40.0