diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -616,10 +616,17 @@ SHADED 29 endspace EVENT 30 - log "NOT IMPLEMENTED" + current BK + prompt "Free Attack in each Province with a fort, without defenders." + space_opt 5 (has_fort(s) && can_attack_in_space(s)) + free_attack + endspace SHADED 30 - log "NOT IMPLEMENTED" + prompt "Free limited Attak, without defenders." + space 1 (can_attack_in_space(s)) + free_attack + endspace EVENT 31 current REBEL_FACTIONS |