does putnam's suggestion
I edited this on a web browser so if it breaks blame putnam
This commit is contained in:
@@ -1309,7 +1309,7 @@ GLOBAL_LIST_INIT(hallucination_list, list(
|
|||||||
qdel(src)
|
qdel(src)
|
||||||
return
|
return
|
||||||
var/mob/living/carbon/G = pick(mobsyup)
|
var/mob/living/carbon/G = pick(mobsyup)
|
||||||
if (rand(0,1))
|
if (prob(50))
|
||||||
C.visible_message("<span class='warning'>[C] falls to the ground screaming and clutching [C.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>")
|
"<span class='userdanger'>[G] grabs your wrist and violently wrenches it to the side!</span>")
|
||||||
C.emote("scream")
|
C.emote("scream")
|
||||||
|
|||||||
Reference in New Issue
Block a user