From: Patric Mueller Date: Tue, 20 Apr 2021 11:38:34 +0000 (+0200) Subject: Hallucinatory liquids for water damage messages X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5904824e2e372b126d59badd55c1a460a95226a;p=nethack Hallucinatory liquids for water damage messages --- diff --git a/src/trap.c b/src/trap.c index 3eb2e6118..075b8a20e 100644 --- a/src/trap.c +++ b/src/trap.c @@ -3928,12 +3928,12 @@ water_damage( } else if (Is_container(obj) && (!Waterproof_container(obj) || (obj->cursed && !rn2(3)))) { if (carried(obj)) - pline("Some water gets into your %s!", ostr); + pline("Some %s gets into your %s!", hliquid("water"), ostr); water_damage_chain(obj->cobj, FALSE); return ER_DAMAGED; /* contents were damaged */ } else if (Waterproof_container(obj)) { if (carried(obj)) { - pline_The("water slides right off your %s.", ostr); + pline_The("%s slides right off your %s.", hliquid("water"), ostr); makeknown(obj->otyp); } /* not actually damaged, but because we /didn't/ get the "water