diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-20 15:54:14 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:12:42 +0100 |
commit | cae2e46619db5df9f8f200aae0367fa6b2f60b6b (patch) | |
tree | 4ce560ddf5ac82be61ef0d9a97092bc6d45fe191 /rules.js | |
parent | 75d5899af2d766433c6d5bb60ac0787ac86462f4 (diff) | |
download | shores-of-tripoli-cae2e46619db5df9f8f200aae0367fa6b2f60b6b.tar.gz |
tripoli: Stuff.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,7 @@ "use strict"; // TODO: auto-allocate corsair hits? +// TODO: don't auto-allocate gunboats? const US = "United States"; const TR = "Tripolitania"; @@ -91,7 +92,6 @@ const FRIGATE_SPACES = [ ]; const BATTLE_SPACES = [ - ALEXANDRIA, ALGIERS, BENGHAZI, DERNE, |