From 0d0ee5b51c17cb637da230dee32bbda9170d6812 Mon Sep 17 00:00:00 2001 From: evilew Date: Sat, 9 Nov 2024 15:23:25 +0100 Subject: [PATCH] removed the supernova and fattening vent clogs --- GainStation13/code/modules/events/vent_clog.dm/vent_clog.dm | 2 +- code/modules/events/supernova.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GainStation13/code/modules/events/vent_clog.dm/vent_clog.dm b/GainStation13/code/modules/events/vent_clog.dm/vent_clog.dm index 3a7c4bd880..f31d61a921 100644 --- a/GainStation13/code/modules/events/vent_clog.dm/vent_clog.dm +++ b/GainStation13/code/modules/events/vent_clog.dm/vent_clog.dm @@ -3,7 +3,7 @@ /datum/round_event_control/vent_clog/fattening name = "Clogged Vents: Fattening" typepath = /datum/round_event/vent_clog/fattening - max_occurrences = 2 + max_occurrences = 0 min_players = 5 description = "Spits out lipoifier foam through the scrubber system." diff --git a/code/modules/events/supernova.dm b/code/modules/events/supernova.dm index 16c81e4056..6549d4c591 100644 --- a/code/modules/events/supernova.dm +++ b/code/modules/events/supernova.dm @@ -2,7 +2,7 @@ name = "Supernova" typepath = /datum/round_event/supernova weight = 5 - max_occurrences = 1 + max_occurrences = 0 min_players = 2 category = EVENT_CATEGORY_SPACE description = "Several modified radstorms hit the station."