From c30bb468331f44801591ae4fbfce6f4132b8c873 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 6 Jul 2023 23:13:19 +0200 Subject: Fix castra display. Fix castra display. --- play.js | 1 + 1 file changed, 1 insertion(+) (limited to 'play.js') diff --git a/play.js b/play.js index 58e083b..114f8da 100644 --- a/play.js +++ b/play.js @@ -1370,6 +1370,7 @@ function on_update() { layout_stack(pi * 6 + ai, stack, region, inside ? 1 : 0, 16, 16) } else { avail_stack.push(e) + hide(ui.castra[pi][ai]) } e.classList.toggle("unavailable", region === UNAVAILABLE) e.classList.toggle("selected", view.selected_general === pi * 6 + ai) -- cgit v1.2.3