tiger-cleanup #1

Merged
tiger merged 97 commits from tiger-cleanup into development 2026-01-15 14:54:23 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 845fc1d84d - Show all commits

View File

@ -221,7 +221,6 @@ func validate_board_state() -> bool:
push_error("Save %s could not be parsed: Corrupted Cards." % unique_save_name) push_error("Save %s could not be parsed: Corrupted Cards." % unique_save_name)
return false return false
for sticky in board_state.stickies.values(): for sticky in board_state.stickies.values():
print("Sticky:", sticky)
if not (sticky is int or sticky is Vector2 or sticky is float or board_state.cards.keys().has(sticky)): if not (sticky is int or sticky is Vector2 or sticky is float or board_state.cards.keys().has(sticky)):
push_error("Save %s could not be parsed: Corrupted Sticky Notes.") push_error("Save %s could not be parsed: Corrupted Sticky Notes.")
return false return false