Skip to content

Commit

Permalink
bugfix: nuke mode cannot start (#4061)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach authored Dec 14, 2023
1 parent 8c3ca6c commit fe838e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/gamemodes/nuclear/nuclear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
syndicates += new_syndicate
agent_number--

return TRUE

/datum/game_mode/nuclear/pre_setup()
for(var/datum/mind/synd_mind in syndicates)
synd_mind.assigned_role = SPECIAL_ROLE_NUKEOPS //So they aren't chosen for other jobs.
Expand Down

0 comments on commit fe838e6

Please sign in to comment.