From 1b364f8186a92b28b8d44226f8451fc60a6a751b Mon Sep 17 00:00:00 2001 From: iainp5 Date: Thu, 7 Nov 2024 19:03:59 +0000 Subject: Fix Tyrant --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index 8ea17a2..7c53d39 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) { + if (view.the_tyrant_is_gone && view.the_tyrant_is_gone <= last_space) { 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