From b998a368c79227cf3ae0b6587bfac2d56d846779 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Fri, 20 Jan 2023 17:35:14 +0200 Subject: [PATCH] Random sink effect: noxious gas cloud --- src/fountain.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/fountain.c b/src/fountain.c index eab56f12e..800e35a79 100644 --- a/src/fountain.c +++ b/src/fountain.c @@ -638,6 +638,10 @@ drinksink(void) case 12: You_hear("snatches of song from among the sewers..."); break; + case 13: + pline("Ew, what a stench!"); + create_gas_cloud(u.ux, u.uy, 1, 4); + break; case 19: if (Hallucination) { pline("From the murky drain, a hand reaches up... --oops--");