From 060e9d08262573823692f5d8714099b69c75c6e3 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 22 Jun 2021 21:55:40 +0200 Subject: crusader: Alternate seats for drawing. --- ui.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui.js') diff --git a/ui.js b/ui.js index b2ead8b..c93a9b8 100644 --- a/ui.js +++ b/ui.js @@ -63,6 +63,8 @@ let ui = { function on_focus_town(evt) { let where = evt.target.town; let text = where; + if (where in SHIELDS) + text += " \u2014 " + SHIELDS[where].join(", "); document.getElementById("status").textContent = text; } -- cgit v1.2.3