Rebalanced vent clog events.

This commit is contained in:
BurgerLua
2019-04-28 19:44:50 -07:00
parent ae2b3797a6
commit 5357724de7
+18 -3
View File
@@ -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)