Description:
Currently, there is an item duplication bug.
How to reproduce:
Have two players and one item.
Player 1; put the item into a chest and close the chest view.
Player 2; open the chest view.
Player 1; open the chest view.
Player 1 and 2; take the item.
Now there are 2 items.
Suggested solution:
Use the already implemented "chest in use" game mechanic (the one with the opened chest animation) by using a real empty chest as "tunnel" to check if the chest is in use, then refuse access when it's in use.
Description: Currently, there is an item duplication bug.
How to reproduce:
Suggested solution: Use the already implemented "chest in use" game mechanic (the one with the opened chest animation) by using a real empty chest as "tunnel" to check if the chest is in use, then refuse access when it's in use.