Merge pull request #11282 from Fox-McCloud/atmos-defines

Atmos Define Cleanup + Plasma Tweaks
This commit is contained in:
Crazy Lemon
2019-04-10 22:18:52 -07:00
committed by GitHub
20 changed files with 97 additions and 96 deletions
+1 -1
View File
@@ -403,7 +403,7 @@
if(on_fire)
var/thermal_protection = get_thermal_protection()
if(thermal_protection >= FIRE_IMMUNITY_SUIT_MAX_TEMP_PROTECT)
if(thermal_protection >= FIRE_IMMUNITY_MAX_TEMP_PROTECT)
return
if(thermal_protection >= FIRE_SUIT_MAX_TEMP_PROTECT)
bodytemperature += 11