From b8450f5c049fcca1863b90c0220189d64ea9bb84 Mon Sep 17 00:00:00 2001 From: The Sharkening <95130227+StrangeWeirdKitten@users.noreply.github.com> Date: Fri, 3 Oct 2025 13:09:28 -0600 Subject: [PATCH] Revert "Lone operative can't spawn below 30 players" (#4775) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reverts Bubberstation/Bubberstation#4760 This was merged way too quickly in like 2 hours. So I'm going to revert it. I am also reopening #4753 which should be merged after this revert is merged. 🆑 del: Reverts the 30 pop minimum for Lone Operative /:cl: --- code/modules/events/ghost_role/operative.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/events/ghost_role/operative.dm b/code/modules/events/ghost_role/operative.dm index 742dff56547..5ea7b39f872 100644 --- a/code/modules/events/ghost_role/operative.dm +++ b/code/modules/events/ghost_role/operative.dm @@ -3,7 +3,6 @@ typepath = /datum/round_event/ghost_role/operative weight = 0 //its weight is relative to how much stationary and neglected the nuke disk is. See nuclearbomb.dm. Shouldn't be dynamic hijackable. max_occurrences = 1 - min_players = 30 category = EVENT_CATEGORY_INVASION description = "A single nuclear operative assaults the station."