Re-Added burn damage healing to RAD_ABSORB

This commit is contained in:
alex-gh
2013-12-14 23:08:31 +01:00
parent 889132b878
commit 063394c7bf
+1 -1
View File
@@ -262,7 +262,7 @@
var/rads = radiation/25
radiation -= rads
nutrition += rads
adjustBruteLoss(-(rads))
heal_overall_damage(rads,rads)
adjustOxyLoss(-(rads))
adjustToxLoss(-(rads))
updatehealth()