From 10f962dae2daf58c93701319de3902274b49aece Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 27 Jan 2023 15:05:48 +0100 Subject: Show Service in cylinder on calendar tooltip. --- play.js | 1 + 1 file changed, 1 insertion(+) diff --git a/play.js b/play.js index 0f973f2..ad5a7ba 100644 --- a/play.js +++ b/play.js @@ -750,6 +750,7 @@ function on_focus_cylinder(evt) { if (loc >= CALENDAR) { if (lord !== LORD_ALEKSANDR) tip += ` - ${info.fealty} Fealty` + tip += ` - ${info.service} Service` } else { /* if (view.turn & 1) -- cgit v1.2.3