From 84c2b7cef6d81fe8c44515bdd15da3d8415cb675 Mon Sep 17 00:00:00 2001 From: Seris02 <49109742+Seris02@users.noreply.github.com> Date: Sat, 30 Nov 2019 10:02:23 +0800 Subject: [PATCH] Update code/modules/flufftext/Hallucination.dm Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com> --- code/modules/flufftext/Hallucination.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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