]> granicus.if.org Git - nethack/commitdiff
Random sink effect: noxious gas cloud
authorPasi Kallinen <paxed@alt.org>
Fri, 20 Jan 2023 15:35:14 +0000 (17:35 +0200)
committerPasi Kallinen <paxed@alt.org>
Fri, 20 Jan 2023 15:39:04 +0000 (17:39 +0200)
src/fountain.c

index eab56f12e496f58ca2a3924a6d81aea911d14c55..800e35a79cb6299fec5a1f280b85f029d171c880 100644 (file)
@@ -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--");