summaryrefslogtreecommitdiff
path: root/const.js
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-03-18 15:45:52 -0400
committerJoël Simoneau <simoneaujoel@gmail.com>2025-03-18 15:45:52 -0400
commitbc7486013da17071c180181085f64393964624d2 (patch)
tree01a1f2a2a8455230366199835d3328753285a1a2 /const.js
parentd0985b0efe668540b54fbbdd47986655e8cc683a (diff)
downloadvijayanagara-bc7486013da17071c180181085f64393964624d2.tar.gz
Better replace
Diffstat (limited to 'const.js')
-rw-r--r--const.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/const.js b/const.js
index 3037577..a464d64 100644
--- a/const.js
+++ b/const.js
@@ -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" ]