fix: one more submission guard in card burner

This commit is contained in:
tiger tiger tiger 2026-01-18 21:02:17 +01:00
parent ba4602d4b8
commit 3ed8896d3b
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ func play() -> void:
func handle_hover(card: Draggable) -> void: func handle_hover(card: Draggable) -> void:
if _submitted: return
if not card is Card: return if not card is Card: return
selection = cards.find(card) selection = cards.find(card)