Fixes some edge cases with round end and mulligan antags

This commit is contained in:
Jordan Brown
2017-06-12 12:31:43 -04:00
parent 98be1a3eab
commit 6532461baa
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ SUBSYSTEM_DEF(ticker)
check_maprotate()
scripture_states = scripture_unlock_alert(scripture_states)
if(!mode.explosion_in_progress && mode.check_finished() || force_ending)
if(!mode.explosion_in_progress && mode.check_finished(force_ending) || force_ending)
current_state = GAME_STATE_FINISHED
toggle_ooc(1) // Turn it on
declare_completion(force_ending)