Random sink effect: noxious gas cloud

This commit is contained in:
Pasi Kallinen
2023-01-20 17:39:04 +02:00
parent 93d7d79fca
commit b998a368c7
+4
View File
@@ -638,6 +638,10 @@ drinksink(void)
case 12: case 12:
You_hear("snatches of song from among the sewers..."); You_hear("snatches of song from among the sewers...");
break; break;
case 13:
pline("Ew, what a stench!");
create_gas_cloud(u.ux, u.uy, 1, 4);
break;
case 19: case 19:
if (Hallucination) { if (Hallucination) {
pline("From the murky drain, a hand reaches up... --oops--"); pline("From the murky drain, a hand reaches up... --oops--");