Skip to content

Commit

Permalink
Feat: increase nuclear gamemode required players
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Oct 7, 2023
1 parent d283802 commit 70b18f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/gamemodes/nuclear/nuclear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70b18f9

Please sign in to comment.