From bc7486013da17071c180181085f64393964624d2 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Tue, 18 Mar 2025 15:45:52 -0400 Subject: Better replace --- const.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'const.js') 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" ] -- cgit v1.2.3