Test selling items

This commit is contained in:
Yohann D'ANELLO
2020-12-18 02:17:06 +01:00
parent c55a7451e7
commit b8d32b29c8
3 changed files with 22 additions and 5 deletions

View File

@ -54,7 +54,6 @@ class DisplayManager:
self.mapdisplay.update_map(self.game.map)
self.statsdisplay.update_player(self.game.player)
self.game.inventory_menu.update_player(self.game.player)
self.game.store_menu.update_merchant(self.game.player)
self.playerinventorydisplay.update_menu(self.game.inventory_menu)
self.storeinventorydisplay.update_menu(self.game.store_menu)
self.settingsmenudisplay.update_menu(self.game.settings_menu)