diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-01 22:26:57 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-01 22:26:57 +0000 |
commit | 671fe0aba81c3b81189f15bd2a1a440b7d75ebeb (patch) | |
tree | 9c867fa34e39fd4b25057f7776cc655813b88d99 /play.js | |
parent | b126d10c7e6044d55924f66c8e60c873898284c1 (diff) | |
download | 1989-dawn-of-freedom-671fe0aba81c3b81189f15bd2a1a440b7d75ebeb.tar.gz |
Reposition Tyrant is Gone
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -598,7 +598,7 @@ function on_update() { if (view.persistent_events.includes(C_THE_TYRANT_IS_GONE)) { ui.events[C_THE_TYRANT_IS_GONE].style.display = "block" ui.events[C_THE_TYRANT_IS_GONE].style.left = ui.layout_xy[view.the_tyrant_is_gone][0] - 25 + "px" - ui.events[C_THE_TYRANT_IS_GONE].style.top = ui.layout_xy[view.the_tyrant_is_gone][1] - 25 + "px" + ui.events[C_THE_TYRANT_IS_GONE].style.top = ui.layout_xy[view.the_tyrant_is_gone][1] - 50 + "px" } else { ui.events[C_THE_TYRANT_IS_GONE].style.display = "none" } |