summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/events.txt b/events.txt
index 13a9bef..b0a351d 100644
--- a/events.txt
+++ b/events.txt
@@ -831,11 +831,17 @@ SUCC 5
prompt "Invaders are attacking in the Mountain Passes!"
space 1 (s === S_MOUNTAIN_PASSES && has_ds_unit(s) && has_mi_unit(s))
free_attack DS
+ endspace
+ prompt "Invaders are moving towards Punjab."
+ space 1 (s === S_PUNJAB)
timurid_advance S_MOUNTAIN_PASSES S_PUNJAB
endspace
- prompt "Invaders are moving towards Delhi!"
+ prompt "Invaders are Attacking in Punjab!"
space 1 (s === S_PUNJAB && has_ds_unit(s) && has_mi_unit(s))
free_attack DS
+ endspace
+ prompt "Invaders are moving towards Delhi."
+ space 1 (s === S_DELHI)
timurid_advance S_PUNJAB S_DELHI
endspace
prompt "Invaders are laying a siege to Delhi!"