Fix room_statue.tscn accidentally losing _solution_item #73

Merged
noahg merged 1 commit from fix-room-statue into dev 2026-04-11 16:24:57 +00:00
Member

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

Currently, the game explodes on this `assert`: https://git.bugjam.dev/BUGJam/pounce-game/src/commit/d3a43ae4ccd339d000c20c16ba27857de85a8ddc/interactable_objects/puzzles/item_slot/item_slot_puzzle.gd#L26-L29 Because some `_solution_item`s were accidentally removed here: https://git.bugjam.dev/BUGJam/pounce-game/commit/4fc7659573890d81d8dc70d9257fdc7540f40db7#diff-14fe4092334594581f8b3e866909049a4af30b7e This adds them back
noahg approved these changes 2026-04-11 16:23:52 +00:00
noahg left a comment

Thanks for investigating this and fixing it. LGTM!

Thanks for investigating this and fixing it. LGTM!
noahg force-pushed fix-room-statue from 5f01f8f536 to d0be8dfacf 2026-04-11 16:24:01 +00:00 Compare
noahg deleted branch fix-room-statue 2026-04-11 16:24:58 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BUGJam/pounce-game!73
No description provided.