mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-07-31 18:00:46 -04:00
Pickup now removes the action from its slot so it visibly rides the cursor instead of staying put. Fix a reference-invalidation bug in the swap where the live slot reference was mutated before the displaced action was read, causing the existing item to stay and the carried one to be lost. Displaced actions now fall back into the emptied origin; cancel/off-bar paths restore or delete safely.