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)