From e3878ee6df989849791490341993498b879b5621 Mon Sep 17 00:00:00 2001 From: Andreas Bock Michelsen Date: Mon, 24 Jan 2022 12:06:38 +0000 Subject: [PATCH] Exchanged 'secret police' and 'forced labour' It appears these cards were switched in a later update. --- src/interfaces/cards.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interfaces/cards.ts b/src/interfaces/cards.ts index e88b14b..05da1ee 100644 --- a/src/interfaces/cards.ts +++ b/src/interfaces/cards.ts @@ -111,8 +111,8 @@ export const CardName = { 'Military Parade': 108, 'Tome Guardians': 109, 'Tyrant': 110, - 'Secret Police': 111, - 'Forced Labor': 112, + 'Forced Labor': 111, + 'Secret Police': 112, 'Specialist': 113, 'Captains': 114, 'Siege Engines': 115,