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")