Adds pain upon being revived with a defib

As stated.
When brought back to life, you're given a moderate amount of pain to simulate the defib pain.
This commit is contained in:
Rykka
2022-03-27 19:31:05 -06:00
parent 5c1be8a040
commit 9bd77e462e
+1
View File
@@ -492,6 +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.
SSgame_master.adjust_danger(-20)
/obj/item/weapon/shockpaddles/proc/apply_brain_damage(mob/living/carbon/human/H)