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