Skip to content

Commit

Permalink
scarily easy?
Browse files Browse the repository at this point in the history
  • Loading branch information
shodd committed Nov 30, 2024
1 parent ef5c613 commit 3e8d55d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion code/controllers/subsystem/ticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,11 @@ SUBSYSTEM_DEF(ticker)
declare_completion(force_ending)
check_maprotate()
Master.SetRunLevel(RUNLEVEL_POSTGAME)

//MONKESTATION ADDITION START
if(SSmapping.map_voted || SSmapping.map_force_chosen == TRUE)
return
SSmapping.mapvote()
//MONKESTATION ADDITION END

/datum/controller/subsystem/ticker/proc/setup()
to_chat(world, span_boldannounce("Starting game..."))
Expand Down

0 comments on commit 3e8d55d

Please sign in to comment.