remove situation management

This commit is contained in:
2026-04-02 15:07:04 +02:00
parent 020bfd4134
commit 6e1cf1db3e
10 changed files with 1 additions and 130 deletions

View File

@@ -48,14 +48,6 @@ function GameWindow.update()
if not screen or not screen.update then return end
screen.update()
-- Handle current situation updates
if Context.game.current_situation then
local current_situation_obj = Situation.get_by_id(Context.game.current_situation)
if current_situation_obj and type(current_situation_obj.update) == "function" then
current_situation_obj.update()
end
end
if Context.stat_screen_active then return end
-- Fetch and filter decisions locally