This commit is contained in:
KorPhaeron
2016-03-27 23:47:17 -05:00
parent 71da79e978
commit d978fc61a1
@@ -87,6 +87,8 @@
/datum/weather/ash_storm/storm_act(mob/living/L)
if("mining" in L.faction)
return
if(istype(L.loc, /obj/mecha))
return
if(ishuman(L))
var/mob/living/carbon/human/H = L
var/thermal_protection = H.get_thermal_protection()