This commit is contained in:
NanakoAC
2017-01-02 00:44:19 +02:00
committed by skull132
parent f669da7f1c
commit b2e7c73668
2 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -305,7 +305,7 @@
return max(2.25*round(FIRESUIT_MAX_HEAT_PROTECTION_TEMPERATURE*(fire_stacks/FIRE_MAX_FIRESUIT_STACKS)**2), 700)
/mob/living/proc/reagent_permeability()
return round(FIRESUIT_MAX_HEAT_PROTECTION_TEMPERATURE*(fire_stacks/FIRE_MAX_FIRESUIT_STACKS)**2)
return 1
/mob/living/proc/handle_actions()
//Pretty bad, i'd use picked/dropped instead but the parent calls in these are nonexistent