zorfmorf / hedge

0 stars 0 forks source link

Add persistent chest storage to player hut #100

Closed zorfmorf closed 8 years ago

zorfmorf commented 9 years ago

Not all storages are saved and persisted. Only the player inventory and the player chest. Other containers (such as from vendors) are recreated everytime they are opened.

In addition this means that we actually have to add a chest dialog to open the container in retrieve mode or the player inventory in store mode. Store mode needs a target as well.

zorfmorf commented 8 years ago

This also helps testing:

zorfmorf commented 8 years ago

Eyyyyy. Works.