From 4913146fdf49ff941e582970c6056d21444e6efa Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sun, 10 Nov 2024 10:42:28 +0000 Subject: Update implementation of Tyrant --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index 7c53d39..8ea17a2 100644 --- a/play.js +++ b/play.js @@ -629,7 +629,7 @@ function on_update() { ui.events[C_SYSTEMATIZATION].style.display = "none" } - if (view.the_tyrant_is_gone && view.the_tyrant_is_gone <= last_space) { + if (view.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] - 50 + "px" -- cgit v1.2.3