From e7b3e0d037edd27cf6f9fc72978553f202b6785c Mon Sep 17 00:00:00 2001 From: iainp5 Date: Thu, 14 Nov 2024 17:21:49 +0000 Subject: Add Securitate panel --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index 53540d5..6838700 100644 --- a/play.js +++ b/play.js @@ -374,7 +374,7 @@ const ui = { power_hand: document.getElementById("power_hand"), power_discard: document.getElementById("power_discard"), opp_hand: document.getElementById("opp_hand"), - securitate: document.getElementById("securitate") + securitate: document.getElementById("securitate"), discard: document.getElementById("discard"), removed: document.getElementById("removed"), persistent: document.getElementById("persistent"), -- cgit v1.2.3