Test clicking on the merchant pad

This commit is contained in:
Yohann D'ANELLO
2020-12-11 18:44:05 +01:00
parent 53d090a9c8
commit a4a10e340d
2 changed files with 3 additions and 2 deletions

View File

@ -99,7 +99,7 @@ class DisplayManager:
self.playerinventorydisplay.refresh(
self.rows // 10, self.cols // 2,
8 * self.rows // 10, 2 * self.cols // 5)
displays.append(self.inventorydisplay)
displays.append(self.playerinventorydisplay)
elif self.game.state == GameMode.STORE:
self.storeinventorydisplay.refresh(
self.rows // 10, self.cols // 2,