summaryrefslogtreecommitdiff
path: root/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js36
1 files changed, 18 insertions, 18 deletions
diff --git a/ui.js b/ui.js
index 338b431..e5adacf 100644
--- a/ui.js
+++ b/ui.js
@@ -32,19 +32,19 @@ const TR_INFANTRY = create_piece_list(20, 'tr_infantry_');
const FRIGATES = US_FRIGATES.concat(TR_FRIGATES);
const CORSAIRS = TR_CORSAIRS.concat(AL_CORSAIRS);
-const ALEXANDRIA_HARBOR = get_space_id("Alexandria Harbor");
-const ALGIERS_HARBOR = get_space_id("Algiers Harbor");
+const ALEXANDRIA = get_space_id("Alexandria");
+const ALGIERS = get_space_id("Algiers");
const ALGIERS_PATROL_ZONE = get_space_id("Algiers Patrol Zone");
-const BENGHAZI_HARBOR = get_space_id("Benghazi Harbor");
-const DERNE_HARBOR = get_space_id("Derne Harbor");
-const GIBRALTAR_HARBOR = get_space_id("Gibraltar Harbor");
+const BENGHAZI = get_space_id("Benghazi");
+const DERNE = get_space_id("Derne");
+const GIBRALTAR = get_space_id("Gibraltar");
const GIBRALTAR_PATROL_ZONE = get_space_id("Gibraltar Patrol Zone");
-const MALTA_HARBOR = get_space_id("Malta Harbor");
-const TANGIER_HARBOR = get_space_id("Tangier Harbor");
+const MALTA = get_space_id("Malta");
+const TANGIER = get_space_id("Tangier");
const TANGIER_PATROL_ZONE = get_space_id("Tangier Patrol Zone");
-const TRIPOLI_HARBOR = get_space_id("Tripoli Harbor");
+const TRIPOLI = get_space_id("Tripoli");
const TRIPOLI_PATROL_ZONE = get_space_id("Tripoli Patrol Zone");
-const TUNIS_HARBOR = get_space_id("Tunis Harbor");
+const TUNIS = get_space_id("Tunis");
const TUNIS_PATROL_ZONE = get_space_id("Tunis Patrol Zone");
const UNITED_STATES_SUPPLY = get_space_id("United States Supply");
const TRIPOLITAN_SUPPLY = get_space_id("Tripolitan Supply");
@@ -285,15 +285,15 @@ function update_pieces() {
layout_space(game.location, TRACK_1805, YEAR_X[1805], 625, 2);
layout_space(game.location, TRACK_1806, YEAR_X[1806], 625, 2);
- layout_space(game.location, ALEXANDRIA_HARBOR, 2335, 454, 3);
- layout_space(game.location, ALGIERS_HARBOR, 883, 318, 3);
- layout_space(game.location, BENGHAZI_HARBOR, 1877, 583, 3);
- layout_space(game.location, DERNE_HARBOR, 2030, 437, 3);
- layout_space(game.location, GIBRALTAR_HARBOR, 374, 216, 3);
- layout_space(game.location, MALTA_HARBOR, 1592, 189, 3);
- layout_space(game.location, TANGIER_HARBOR, 296, 426, 3);
- layout_space(game.location, TRIPOLI_HARBOR, 1416, 604, 5);
- layout_space(game.location, TUNIS_HARBOR, 1232, 278, 3);
+ layout_space(game.location, ALEXANDRIA, 2335, 454, 3);
+ layout_space(game.location, ALGIERS, 883, 318, 3);
+ layout_space(game.location, BENGHAZI, 1877, 583, 3);
+ layout_space(game.location, DERNE, 2030, 437, 3);
+ layout_space(game.location, GIBRALTAR, 374, 216, 3);
+ layout_space(game.location, MALTA, 1592, 189, 3);
+ layout_space(game.location, TANGIER, 296, 426, 3);
+ layout_space(game.location, TRIPOLI, 1416, 604, 5);
+ layout_space(game.location, TUNIS, 1232, 278, 3);
layout_space(game.location, ALGIERS_PATROL_ZONE, 875, 170, 3);
layout_space(game.location, GIBRALTAR_PATROL_ZONE, 560, 245, 3);