Skip to content

Commit

Permalink
misinput
Browse files Browse the repository at this point in the history
  • Loading branch information
Bokkiewokkie committed Sep 8, 2023
1 parent 4b42cff commit 5e87efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsv13/code/controllers/subsystem/overmap_mode.dm
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ SUBSYSTEM_DEF(overmap_mode)
*/

if(get_active_player_count(TRUE,TRUE,FALSE) > 4)
mode.objective += new /datum/overmap_objective/clear_system/rubicon
mode.objectives += new /datum/overmap_objective/clear_system/rubicon
else
mode.objectives += new /datum/overmap_objective/tickets

Expand Down

0 comments on commit 5e87efd

Please sign in to comment.