Fix room_statue.tscn accidentally losing _solution_item #73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-room-statue"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the game explodes on this
assert:assert(_validate_all_slots_have_assigned_distinct_solution_items(),"One or more of this node's child slots have missing or duplicate solution item assignments",)Because some
_solution_items were accidentally removed here:4fc7659573 (diff-14fe409233)This adds them back
Thanks for investigating this and fixing it. LGTM!
5f01f8f536tod0be8dfacf