diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -370,7 +370,19 @@ SHADED 35 log "NOT IMPLEMENTED" EVENT 36 - log "NOT IMPLEMENTED" + current VE + asm game.vm.count = 0 + repeat 4 + prompt `Place up to ${4-game.vm.count} Rajas adjacent to Chittor.` + space_opt 1 is_adjacent_to_city(C_CHITTOR, s) + auto_place VE ELITE + asm (game.vm.count += 1) + endspace + endrepeat SHADED 36 - log "NOT IMPLEMENTED" + remove_influence VE + prompt "Remove up to 3 Rajas from the map." + piece_opt 3 is_raja(p) && is_piece_on_map(p) + remove + endpiece |