Merge pull request #9632 from Ghommie/Ghommie-cit281

Porting multi-z support updates.
This commit is contained in:
kevinz000
2019-11-14 15:58:53 -07:00
committed by GitHub
50 changed files with 11391 additions and 157 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)