summaryrefslogtreecommitdiff
path: root/const.js
diff options
context:
space:
mode:
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" ]