diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2024-10-26 09:13:10 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2024-10-26 09:13:10 -0400 |
commit | d242a0adbdc9fbf43e6fbf1d0eaccdc624a6c68a (patch) | |
tree | 1254ab611f1f611c194f488c2dee2959b76d083a /const.js | |
parent | 0355e16c0bb38f34d9317a8ee54f03c8836c1261 (diff) | |
download | vijayanagara-d242a0adbdc9fbf43e6fbf1d0eaccdc624a6c68a.tar.gz |
Rally.
Diffstat (limited to 'const.js')
-rw-r--r-- | const.js | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -21,10 +21,10 @@ const AVAILABLE = -1 const OUT_OF_PLAY = -2 const ANY_PIECES = [ DISC, ELITE, TROOPS ] const PIECE_FACTION_TYPE_NAME = [ - [ "Qasbah", "Governors", "Troops" ], - [ "Fort", "Amirs", null ], - [ "Temple", "Rajas", null ], - [ null, null, "Invaders"] + [ "Qasbah", "Governor", "Troops" ], + [ "Fort", "Amir", null ], + [ "Temple", "Raja", null ], + [ null, null, "Invader" ] ] // Sequence of Play options |