summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-01-27 15:05:48 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:39 +0100
commit10f962dae2daf58c93701319de3902274b49aece (patch)
tree442a3bfa950aa6626d88e86422f054c45287a498
parent9f27a950fcf6041dddd013155c24450bf8af52f6 (diff)
downloadnevsky-10f962dae2daf58c93701319de3902274b49aece.tar.gz
Show Service in cylinder on calendar tooltip.
-rw-r--r--play.js1
1 files changed, 1 insertions, 0 deletions
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)