playing with fire will get me roasted

This commit is contained in:
kevinz000
2019-11-14 15:58:53 -07:00
committed by Dip
parent fc4c7c3bc0
commit 0f750932e2
53 changed files with 11408 additions and 155 deletions
@@ -138,7 +138,7 @@
return TRUE
/datum/reagent/consumable/cooking_oil/reaction_turf(turf/open/T, reac_volume)
if(!istype(T))
if(!istype(T) || isgroundlessturf(T))
return
if(reac_volume >= 5)
T.MakeSlippery(TURF_WET_LUBE, min_wet_time = 10 SECONDS, wet_time_to_add = reac_volume * 1.5 SECONDS)