diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-18 15:45:52 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-18 15:45:52 -0400 |
commit | bc7486013da17071c180181085f64393964624d2 (patch) | |
tree | 01a1f2a2a8455230366199835d3328753285a1a2 /const.js | |
parent | d0985b0efe668540b54fbbdd47986655e8cc683a (diff) | |
download | vijayanagara-bc7486013da17071c180181085f64393964624d2.tar.gz |
Better replace
Diffstat (limited to 'const.js')
-rw-r--r-- | const.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ const AVAILABLE = -1 const OUT_OF_PLAY = -2 const ANY_PIECES = [ DISC, ELITE, TROOPS ] const PIECE_FACTION_TYPE_NAME = [ - [ "Qasbah", "Governor", "Troops" ], + [ "Qasbah", "Governor", "Troop" ], [ "Fort", "Amir", null ], [ "Temple", "Raja", null ], [ null, null, "Invader" ] |