Make the heat resistance mutation fully fireproof

This commit is contained in:
datlo
2021-04-02 19:50:50 +02:00
parent 33051293f9
commit 15906c566b
+1 -1
View File
@@ -358,7 +358,7 @@
return
var/thermal_protection = get_thermal_protection()
if(thermal_protection >= FIRE_IMMUNITY_MAX_TEMP_PROTECT)
if(thermal_protection >= FIRE_IMMUNITY_MAX_TEMP_PROTECT || HAS_TRAIT(src, TRAIT_RESISTHEAT))
return
if(thermal_protection >= FIRE_SUIT_MAX_TEMP_PROTECT)
bodytemperature += 11