You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
Version: AliceOS Prospect Park (2.0.0) Ren'Py Version: 7.3.5
Describe the issue: The callRecentItems() method of ASInventories makes duplicates of items in the HUD screen, even though the item isn't being duplicated itself. I suspect this is an issue with Ren'Py's Python function calls in screens.
Steps to reproduce:
Add an item to the inventory.
Open the HUD.
Press the Escape key and return to the game.
Repeat step 3.
The text was updated successfully, but these errors were encountered:
Version: AliceOS Prospect Park (2.0.0)
Ren'Py Version: 7.3.5
Describe the issue: The
callRecentItems()
method ofASInventories
makes duplicates of items in the HUD screen, even though the item isn't being duplicated itself. I suspect this is an issue with Ren'Py's Python function calls in screens.Steps to reproduce:
The text was updated successfully, but these errors were encountered: