Fixing some issues with dullahans.

This commit is contained in:
Ghommie
2019-11-01 18:47:39 +01:00
parent 2e2c85eb95
commit a204fddc4b
11 changed files with 102 additions and 71 deletions
@@ -211,7 +211,7 @@
if(ishuman(occupant))
var/mob/living/carbon/human/H = occupant
cold_protection = H.get_cold_protection(air1.temperature)
cold_protection = H.get_thermal_protection(air1.temperature, TRUE)
if(abs(temperature_delta) > 1)
var/air_heat_capacity = air1.heat_capacity()