mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Update code/modules/mob/living/carbon/human/human_damage.dm
Signed-off-by: Arrow768 <1331699+Arrow768@users.noreply.github.com>
This commit is contained in:
@@ -281,7 +281,7 @@
|
||||
continue
|
||||
|
||||
if(heal)
|
||||
if(E.pain > 0)
|
||||
if(E.get_pain() > 0)
|
||||
amount -= E.remove_pain(amount)
|
||||
else
|
||||
amount -= E.add_pain(amount)
|
||||
|
||||
Reference in New Issue
Block a user