add standalone compatibility for card picker

This commit is contained in:
betalars 2025-05-07 19:40:12 +02:00
parent 8d607e5c89
commit 796b7d12c8
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ func _ready():
for id in range(Scenes.id.YOUTH_DRAEVEN, Scenes.id.YOUTH_JUI_JUTSU + 1):
Scenes.sign_up_for_sequence(pick_cards, id, 1)
if get_tree().root == self.get_parent():
pick_cards(0, false)
State.take_stage(self)
reset()
func reset():