From 70b18f9ffc6f156a7355f3a91773778c6f1ac263 Mon Sep 17 00:00:00 2001 From: SuhEugene <32931701+SuhEugene@users.noreply.github.com> Date: Sat, 7 Oct 2023 18:40:46 +0300 Subject: [PATCH] Feat: increase nuclear gamemode required players --- code/game/gamemodes/nuclear/nuclear.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/nuclear/nuclear.dm b/code/game/gamemodes/nuclear/nuclear.dm index c4c3d1672b..cb69959f3d 100644 --- a/code/game/gamemodes/nuclear/nuclear.dm +++ b/code/game/gamemodes/nuclear/nuclear.dm @@ -12,7 +12,7 @@ var/list/nuke_disks = list() colony of sizable population and considerable wealth causes it to often be the target of various \ attempts of robbery, fraud and other malicious actions." config_tag = "mercenary" - required_players = 15 + required_players = 25 required_enemies = 3 end_on_antag_death = FALSE var/nuke_off_station = 0 //Used for tracking if the syndies actually haul the nuke to the station