From d242a0adbdc9fbf43e6fbf1d0eaccdc624a6c68a Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Sat, 26 Oct 2024 09:13:10 -0400 Subject: Rally. --- const.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'const.js') diff --git a/const.js b/const.js index 32003b8..2b99fd0 100644 --- a/const.js +++ b/const.js @@ -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 -- cgit v1.2.3