From 2f32879b16e2359e353bbb3068991aab5b7a889c Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Sun, 1 Nov 2020 22:35:57 +0100 Subject: [PATCH] smol change instead of setting intent, we call the proc for it --- code/modules/mob/living/carbon/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index 6933b26686..6042f3b4e4 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -803,7 +803,7 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put confused += 2 to_chat(src, "Error - Sensory system overload detected!") if("harmies") - a_intent = INTENT_HARM + a_intent_change(INTENT_HARM) to_chat(src, "Intent subsystem successfully recalibrated.") if("longdeaf") ADD_TRAIT(src, TRAIT_DEAF, CORRUPTED_SYSTEM)