Update code/modules/flufftext/Hallucination.dm

Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
Seris02
2019-11-30 10:02:23 +08:00
committed by GitHub
parent a4fb86df48
commit 84c2b7cef6
+2 -2
View File
@@ -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("<span class='warning'>[C] falls to the ground screaming and clutching [G.p_their()] wrist!</span>", \
C.visible_message("<span class='warning'>[C] falls to the ground screaming and clutching [C.p_their()] wrist!</span>", \
"<span class='userdanger'>[G] grabs your wrist and violently wrenches it to the side!</span>")
C.emote("scream")
C.dropItemToGround(C.get_active_held_item())
@@ -1320,4 +1320,4 @@ GLOBAL_LIST_INIT(hallucination_list, list(
else
to_chat(C,"<span class='userdanger'>[G] violently grabs you!</span>")
qdel(src)
return
return