diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-09-30 20:29:43 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:42:59 +0100 |
commit | 54a85b59c253cd74ed9ace82c2f344b47473f31c (patch) | |
tree | ab583993292cddcda38674b163c5191e15c1ff24 | |
parent | 9a94552581067b504593300a3c5926ee7c46c39e (diff) | |
download | 300-earth-and-water-54a85b59c253cd74ed9ace82c2f344b47473f31c.tar.gz |
300: Fix missing road...
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -186,7 +186,7 @@ const ROADS = { "Delphi": [ "Larissa", "Thebai" ], "Ephesos": [ "Abydos" ], "Eretria": [], - "Korinthos": [ "Athenai", "Sparta" ], + "Korinthos": [ "Athenai", "Sparta", "Thebai" ], "Larissa": [ "Delphi", "Pella", "Thebai" ], "Naxos": [], "Pella": [ "Abydos", "Larissa" ], |