Merge pull request #11297 from Fox-McCloud/update-gas-overlay

Updates and Fixes Gas Overlays and Icy Floor Change
This commit is contained in:
variableundefined
2019-04-16 19:45:51 +08:00
committed by GitHub
7 changed files with 34 additions and 40 deletions
@@ -342,7 +342,11 @@
if(method == TOUCH)
M.ExtinguishMob()
/datum/reagent/cryostylane/reaction_turf(turf/T, volume)
/datum/reagent/cryostylane/reaction_turf(turf/simulated/T, volume)
if(!istype(T))
return
if(volume >= 3)
T.MakeSlippery(TURF_WET_ICE)
if(volume >= 5)
for(var/mob/living/carbon/slime/M in T)
M.adjustToxLoss(rand(15,30))