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();