Update code/game/objects/items/devices/defib.dm

Co-authored-by: Spookerton <spkrtn@pm.me>
This commit is contained in:
Rykka Stormheart
2022-03-28 02:03:55 -06:00
committed by GitHub
co-authored by Spookerton
parent 9bd77e462e
commit 17e38ea58c
+1 -1
View File
@@ -492,7 +492,7 @@
M.Weaken(rand(10,25))
M.updatehealth()
apply_brain_damage(M)
M.adjustHalLoss(40) // Moderate amount of halloss for EVERYONE being defibbed. Defibs feel like being kicked in the chest by a mule. Shit hurts if you're awake.
M.adjustHalLoss(40)
SSgame_master.adjust_danger(-20)
/obj/item/weapon/shockpaddles/proc/apply_brain_damage(mob/living/carbon/human/H)