summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-04-21 14:06:46 +0200
committerTor Andersson <tor@ccxvii.net>2023-05-03 18:48:16 +0200
commitc499061ae2b86458b134ec83f16aa572b85905c1 (patch)
treeb6efcef743330d41f4d66dcbcf28647c055a4854 /events.txt
parent14fdd3eedfe90b62f01cd3c57767e1a9dbd4308e (diff)
downloadandean-abyss-c499061ae2b86458b134ec83f16aa572b85905c1.tar.gz
Fix event 19 - terror/attack in space.
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/events.txt b/events.txt
index 3cb693c..57b8f5c 100644
--- a/events.txt
+++ b/events.txt
@@ -221,7 +221,7 @@ EVENT 19
endspace
else
prompt "Free Attack or Terror in each space possible."
- space all can_terror(s) || can_attack(s)
+ space all can_terror_in_space(s) || can_attack_in_space(s)
free_attack_terror
endspace
endif