]> granicus.if.org Git - nethack/commitdiff
R722 boiling acid in fountains
authorcohrs <cohrs>
Fri, 29 Mar 2002 20:17:32 +0000 (20:17 +0000)
committercohrs <cohrs>
Fri, 29 Mar 2002 20:17:32 +0000 (20:17 +0000)
- clarify the fact that acid boiling in a fountain damages you

src/potion.c

index 178008ee06d2150352d36ba5372571276267e893..626f307a931b5cfc448c6cca69a8de6c0a18bc9a 100644 (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();