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