diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-07-28 17:23:28 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:26 +0100 |
commit | 1f3e8f7fcc6c283bfe31240475cdff3d5fc6b7fd (patch) | |
tree | 23028efc1851b475fe7ad9d60114ebfd7442fbb5 /tools | |
parent | 55f61eaa5218a52dfae104eeb7b732f4b10718fc (diff) | |
download | rommel-in-the-desert-1f3e8f7fcc6c283bfe31240475cdff3d5fc6b7fd.tar.gz |
Refit & queue locations.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gendata.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/gendata.js b/tools/gendata.js index 2db503d..cf77791 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -398,8 +398,12 @@ hex_name = { 172: "Map Edge", 197: "Map Edge", 147: "El Himeimat E SE", // TODO -} + 48: "Alexandria Refit", + 49: "Alexandria Queue", + 102: "El Agheila Refit", + 127: "El Agheila Queue", +} function expand_names() { let hex_name2 = { } |