Currently, when a player uses the "Mark as Fake" superpower, the UI just shows that "Player used Mark as Fake". It was suggested during playtests that the indication in the UI should be enhanced in the following ways:
- There should be an indication on whether or not the card was actually FAKE
- The UI indication should be ON the card itself (It was suggested to have maybe a stamp animation on the card, however, currently as it stands it would be nice to have some UI indication like a pop up on the card itself instead of the logger)
The messages are handles in this file: https://github.com/tattle-made/viral-spiral-frontend/blob/main/src/socket/ui-messages.js
and some relevant code can also be found over here: https://github.com/tattle-made/viral-spiral-frontend/blob/main/src/socket/messages.js
Currently, when a player uses the "Mark as Fake" superpower, the UI just shows that "Player used Mark as Fake". It was suggested during playtests that the indication in the UI should be enhanced in the following ways:
The messages are handles in this file: https://github.com/tattle-made/viral-spiral-frontend/blob/main/src/socket/ui-messages.js
and some relevant code can also be found over here: https://github.com/tattle-made/viral-spiral-frontend/blob/main/src/socket/messages.js