From 1e6845491dec938755e22b03bd4022a8fadcf691 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Mon, 26 Aug 2019 19:54:34 -0700 Subject: [PATCH] Update mood.dm --- code/datums/components/mood.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/mood.dm b/code/datums/components/mood.dm index 9a0852e0d5..e86f246bba 100644 --- a/code/datums/components/mood.dm +++ b/code/datums/components/mood.dm @@ -216,7 +216,7 @@ /datum/component/mood/proc/setInsanityEffect(newval)//More code so that the previous proc works if(newval == insanity_effect) return - var/mob/living/master = parent + //var/mob/living/master = parent //master.crit_threshold = (master.crit_threshold - insanity_effect) + newval insanity_effect = newval