summaryrefslogtreecommitdiff
path: root/data.js
diff options
context:
space:
mode:
Diffstat (limited to 'data.js')
-rw-r--r--data.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/data.js b/data.js
index b90990f..58bb00c 100644
--- a/data.js
+++ b/data.js
@@ -28,13 +28,13 @@ const INITIATIVE_PLAYER = 'i';
exports.INITIATIVE_PLAYER = INITIATIVE_PLAYER;
const ALL_PLAYERS = 'all';
exports.ALL_PLAYERS = ALL_PLAYERS;
-const ARAGON = 'a';
+const ARAGON = 0;
exports.ARAGON = ARAGON;
-const MADRID = 'm';
+const MADRID = 1;
exports.MADRID = MADRID;
-const NORTHERN = 'n';
+const NORTHERN = 2;
exports.NORTHERN = NORTHERN;
-const SOUTHERN = 's';
+const SOUTHERN = 3;
exports.SOUTHERN = SOUTHERN;
const CLOSEST_TO_DEFEAT = 'd';
exports.CLOSEST_TO_DEFEAT = CLOSEST_TO_DEFEAT;
@@ -1732,12 +1732,6 @@ const data = {
],
fronts: [
{
- id: NORTHERN,
- name: 'Northern',
- left: 89,
- top: 96,
- },
- {
id: ARAGON,
name: 'Aragon',
left: 340,
@@ -1750,6 +1744,12 @@ const data = {
top: 262,
},
{
+ id: NORTHERN,
+ name: 'Northern',
+ left: 89,
+ top: 96,
+ },
+ {
id: SOUTHERN,
name: 'Southern',
left: 205,