diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-06-10 23:33:49 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-06-10 23:33:49 +0200 |
commit | 6e18858700639310d9f6e4f543d5b0dae48b3b54 (patch) | |
tree | b2255ed6cb15bff1c7331b284ad2ff4bbecb2417 /data.js | |
parent | 3653019b7fee1c318a7d16ca53002c4e8e069c98 (diff) | |
download | crusader-rex-6e18858700639310d9f6e4f543d5b0dae48b3b54.tar.gz |
Diffstat (limited to 'data.js')
-rw-r--r-- | data.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ function init_towns() { town('Y', 1.0, 0.5, 3, "Staging", "France", 3, "staging") town('Y', 1.0, 0.5, 3, "Staging", "Germania", 3, "staging") - town('X', 1.0, 0.5, 3, "Syria", "Aleppo", 3, "town") + town('X', 3/4, 3/4, 4, "Syria", "Aleppo", 3, "town") town('Y', 0.5, 0.5, 3, "Syria", "Artah", 1, "town") town('X', 1.0, 0.5, 3, "Syria", "Zerdana", 1, "town") town('X', 1.0, 0.5, 3, "Syria", "Hama", 1, "town") |