diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-27 15:05:48 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:39 +0100 |
commit | 10f962dae2daf58c93701319de3902274b49aece (patch) | |
tree | 442a3bfa950aa6626d88e86422f054c45287a498 | |
parent | 9f27a950fcf6041dddd013155c24450bf8af52f6 (diff) | |
download | nevsky-10f962dae2daf58c93701319de3902274b49aece.tar.gz |
Show Service in cylinder on calendar tooltip.
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |