From babb33377972340d8362a0c25de6e9c1482169aa Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Fri, 26 Aug 2022 18:56:30 -0700 Subject: [PATCH] nerf untied shoes event --- code/modules/events/untie_shoes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/events/untie_shoes.dm b/code/modules/events/untie_shoes.dm index 708a72f40b..5a0da3ebc2 100644 --- a/code/modules/events/untie_shoes.dm +++ b/code/modules/events/untie_shoes.dm @@ -1,8 +1,8 @@ /datum/round_event_control/untied_shoes name = "Untied Shoes" typepath = /datum/round_event/untied_shoes - weight = 100 - max_occurrences = 20 + weight = 50 + max_occurrences = 10 alert_observers = FALSE /datum/round_event/untied_shoes