From 8677280df35ec553da2583162a3ddf3a6da0bdf5 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 8 Jul 2023 00:53:40 +0200 Subject: Borders. --- play.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index 1c3e18a..9814cba 100644 --- a/play.js +++ b/play.js @@ -100,7 +100,7 @@ const CARD_MAP = [ "P3(Mobile Vulgus)", "M4(Praetorian Guard)", "S4(Damnatio Memoriae)", - "S4(Damnatio Memoriae)", + "S4(Damnatio Memoriae*)", "P4(Pretender)", "M4(Spiculum)", "S4(Triumph)", @@ -1560,6 +1560,8 @@ function sub_card_1(match) { function sub_card_x(match, p1, p2) { let x = CARD_MAP.indexOf(match) + if (p2 === "Damnatio Memoriae*") + p2 = "Damnatio Memoriae" return `${p1} ${p2}` } -- cgit v1.2.3