Quick fix

This commit is contained in:
Jon
2018-10-28 17:16:11 +00:00
parent 8cd80dde89
commit 4e4599e57b
+1 -1
View File
@@ -30,7 +30,7 @@
var/mob/living/carbon/human/H = src
for(var/obj/item/organ/affecting in H.organs)
if(affecting && istype(affecting))
affecting.heal_damage(affecting.max_damage,affecting.max_damage) //ha, scuffed, oh well.
affecting.rejuvenate() //ha, scuffed, oh well.
H.adjustBrainLoss(-200)
H.radiation = 0
H.bodytemperature = initial(H.bodytemperature)