mirror of
https://github.com/ArnoldSmith86/virtualtabletop.git
synced 2026-03-02 22:57:02 -05:00
Disappearing pieces in Whodunit #903
Labels
No labels
PCIO compatibility
Validator
automated testing
bug
documentation
duplicate
editor
enhancement
enhancement
library
library
maintenance
needs legacy server
pile related
reported client crash
routine operations
user interface
widget properties
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/virtualtabletop#903
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @ultimateguy on GitHub (Oct 13, 2025).
Playing Whodunit and we found a bug: when the orange player token was moved to a square on the board, all of the other player tokens located in rooms would disappear. When the orange piece is placed in a room, the other tokens would reappear.
I just tried to replicate it on my own, and it has the opposite behaviour: when moving the orange token in to a room, all other tokens disappear. They re-appear when I put the orange token back onto a board square.
@96LawDawg commented on GitHub (Oct 14, 2025):
Oops. This is a classic parent inheritance problem that I forgot to fix. The PR to fix it is pending review.