summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/rules.js b/rules.js
index 0bb78d1..c2d8eca 100644
--- a/rules.js
+++ b/rules.js
@@ -1346,9 +1346,8 @@ states.scenario_setup = {
}
function end_scenario_setup() {
- set_next_player()
-
- if (has_friendly_unit_in_loc(DEPLOY)) {
+ if (has_enemy_unit_in_loc(DEPLOY)) {
+ set_next_player()
goto_scenario_setup()
} else {
begin_game()