From 6ed2fafd4eccdc6f11e53acb9a1017b037d76360 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Wed, 26 Jan 2022 05:52:18 -0800 Subject: [PATCH] Removes the fucking 20 second stunlock rng from tourettes because it's fucking stupid and I just had the most agonizing thirty fucking minutes of my goddamn life, holy shit (#64416) Removes the 20 second stunlock from tourettes --- code/datums/mutations/body.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/mutations/body.dm b/code/datums/mutations/body.dm index 3bb9fc93b9f..151d928dea1 100644 --- a/code/datums/mutations/body.dm +++ b/code/datums/mutations/body.dm @@ -140,7 +140,6 @@ /datum/mutation/human/tourettes/on_life(delta_time, times_fired) if(DT_PROB(5 * GET_MUTATION_SYNCHRONIZER(src), delta_time) && owner.stat == CONSCIOUS && !owner.IsStun()) - owner.Stun(200) switch(rand(1, 3)) if(1) owner.emote("twitch")