fix(eneko): action2 dialog was crashing

This commit is contained in:
2025-03-30 04:05:43 +02:00
parent 33e4c4c8f7
commit afb3fc9230
2 changed files with 19 additions and 16 deletions

View File

@@ -99,8 +99,7 @@ func _ready():
var time = Time.get_datetime_dict_from_system()
var day = time["day"]
var month = time["month"]
if( day == 8 and month ==2 ):
escoria.globals_manager.set_global('zorionak_eneko', true)
escoria.globals_manager.set_global('zorionak_eneko', day == 8 and month ==2 )
# Show inventory when video player finishes playing a video (inventory is hidden when a video starts)
get_video_player().connect("finished", Callable(self, "show_ui"))