summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/events.txt b/events.txt
index 151d4f4..f4e5e16 100644
--- a/events.txt
+++ b/events.txt
@@ -173,11 +173,13 @@ SHADED 8
current DS
prompt `In each Province adjacent to Devagiri and/or Gulbarga, Govern for free ignoring location requirements and place a Troop.`
asm game.vm.ignore_loc_req = true
- space_opt all (is_adjacent_to_city(C_DEVAGIRI, s) || is_adjacent_to_city(C_GULBARGA, s)) && (can_govern_in_space(s) || can_place_piece(s, game.current, TROOPS))
+ space_opt all (is_adjacent_to_city(C_DEVAGIRI, s) || is_adjacent_to_city(C_GULBARGA, s)) && (can_govern_in_space(s) || can_place_piece(s, DS, TROOPS))
if (can_govern_in_space(game.vm.s))
free_govern_in_space_skip
endif
- place_opt 1 DS TROOPS
+ if (can_place_piece(game.vm.s, DS, TROOPS))
+ place_opt 1 DS TROOPS
+ endif
endspace
EVENT 9