diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-21 14:06:46 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | c499061ae2b86458b134ec83f16aa572b85905c1 (patch) | |
tree | b6efcef743330d41f4d66dcbcf28647c055a4854 /events.txt | |
parent | 14fdd3eedfe90b62f01cd3c57767e1a9dbd4308e (diff) | |
download | andean-abyss-c499061ae2b86458b134ec83f16aa572b85905c1.tar.gz |
Fix event 19 - terror/attack in space.
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |