From 5357724de7f935c06f9226f22a9f88af1901d454 Mon Sep 17 00:00:00 2001 From: BurgerLua Date: Sun, 28 Apr 2019 19:44:50 -0700 Subject: [PATCH] Rebalanced vent clog events. --- code/modules/events/vent_clog.dm | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/code/modules/events/vent_clog.dm b/code/modules/events/vent_clog.dm index 75833fc086..45eeaa3a96 100644 --- a/code/modules/events/vent_clog.dm +++ b/code/modules/events/vent_clog.dm @@ -47,7 +47,22 @@ "hair_dye", "sugar", "white_glitter", - "growthserum" + "growthserum", + + "cooking_oil", + "frostoil", + "sodiumchloride", + "cornoil", + "uranium", + "carpet", + "firefighting_foam", + "semen", + "femcum", + "tearjuice", + "strange_reagent", + "spraytan", + "bluespace" + ) //needs to be chemid unit checked at some point @@ -87,8 +102,8 @@ else R.add_reagent(pick(saferChems), reagentsAmount) - var/datum/effect_system/smoke_spread/chem/C = new - C.set_up(R,16,T,TRUE) + var/datum/effect_system/smoke_spread/chem/smoke_machine/C = new + C.set_up(R,16,1,T) C.start() playsound(T, 'sound/effects/smoke.ogg', 50, 1, -3)