From cebf2d2de293fc40f344da3ee8a478e3bdb9e6bb Mon Sep 17 00:00:00 2001 From: Seris02 <49109742+Seris02@users.noreply.github.com> Date: Mon, 2 Dec 2019 00:30:20 +0800 Subject: [PATCH] does putnam's suggestion I edited this on a web browser so if it breaks blame putnam --- code/modules/flufftext/Hallucination.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/flufftext/Hallucination.dm b/code/modules/flufftext/Hallucination.dm index 2efea6db8c..f5262742e2 100644 --- a/code/modules/flufftext/Hallucination.dm +++ b/code/modules/flufftext/Hallucination.dm @@ -1309,7 +1309,7 @@ GLOBAL_LIST_INIT(hallucination_list, list( qdel(src) return var/mob/living/carbon/G = pick(mobsyup) - if (rand(0,1)) + if (prob(50)) 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")