Update damage_procs.dm

This commit is contained in:
LetterJay
2017-07-19 13:34:20 -05:00
committed by GitHub
parent 96179eded8
commit cd0845bcd8

View File

@@ -36,6 +36,8 @@
adjustCloneLoss(damage * hit_percent)
if(STAMINA)
adjustStaminaLoss(damage * hit_percent)
if(BRAIN)
adjustBrainLoss(damage * hit_percent)
//citadel code
if(AROUSAL)
adjustArousalLoss(damage * hit_percent)