diff --git a/code/modules/flufftext/Hallucination.dm b/code/modules/flufftext/Hallucination.dm
index 84aff0f061..663591dda6 100644
--- a/code/modules/flufftext/Hallucination.dm
+++ b/code/modules/flufftext/Hallucination.dm
@@ -1310,7 +1310,7 @@ GLOBAL_LIST_INIT(hallucination_list, list(
return
var/mob/living/carbon/G = pick(mobsyup)
if (rand(0,1))
- C.visible_message("[C] falls to the ground screaming and clutching [G.p_their()] wrist!", \
+ C.visible_message("[C] falls to the ground screaming and clutching [C.p_their()] wrist!", \
"[G] grabs your wrist and violently wrenches it to the side!")
C.emote("scream")
C.dropItemToGround(C.get_active_held_item())
@@ -1320,4 +1320,4 @@ GLOBAL_LIST_INIT(hallucination_list, list(
else
to_chat(C,"[G] violently grabs you!")
qdel(src)
- return
\ No newline at end of file
+ return