From 647df1e49e1aec659f5aedecdbba773568d5616f Mon Sep 17 00:00:00 2001 From: SpaceVampire <46720418+SpaceVampire@users.noreply.github.com> Date: Sat, 22 Jul 2023 14:27:46 -0400 Subject: [PATCH] Reenables Spacevine Event (#22628) mid --- .../modules/ices_events/code/ICES_event_config.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modular_skyrat/modules/ices_events/code/ICES_event_config.dm b/modular_skyrat/modules/ices_events/code/ICES_event_config.dm index 334ed1d3f5f..1a543011c1b 100644 --- a/modular_skyrat/modules/ices_events/code/ICES_event_config.dm +++ b/modular_skyrat/modules/ices_events/code/ICES_event_config.dm @@ -543,11 +543,11 @@ /** * Spess Vines * - * Disabled: Needs rebalancing + * */ /datum/round_event_control/spacevine - max_occurrences = 0 - intensity_restriction = TRUE + max_occurrences = 1 + weight = MED_EVENT_FREQ /** * Spiders *