Double var

This commit is contained in:
Archie
2021-06-06 19:25:55 -03:00
parent 6527848b90
commit db7e03157e
@@ -53,11 +53,11 @@
INVOKE_ASYNC(is_devil(src), /datum/antagonist/devil.proc/beginResurrectionCheck, src)
//watching someone die is traumatic
for(var/mob/living/carbon/human/H in oview(5, src))
if(!HAS_TRAIT(H, TRAIT_APATHETIC))
SEND_SIGNAL(H, COMSIG_ADD_MOOD_EVENT, "death", /datum/mood_event/deathsaw)
for(var/mob/living/carbon/human/C in oview(5, src))
if(!HAS_TRAIT(C, TRAIT_APATHETIC))
SEND_SIGNAL(C, COMSIG_ADD_MOOD_EVENT, "death", /datum/mood_event/deathsaw)
if(prob(10)) //10% chance to pump adrenaline into their body
H.jitteriness += 5
C.jitteriness += 5
/mob/living/carbon/human/proc/makeSkeleton()
ADD_TRAIT(src, TRAIT_DISFIGURED, TRAIT_GENERIC)