'D' is not an intelligent key to drop an item

This commit is contained in:
Yohann D'ANELLO
2020-12-04 17:19:06 +01:00
parent 5b4dc601bc
commit 91a4514649
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ class Game:
elif key == KeyValues.EQUIP:
self.inventory_menu.validate().equip()
elif key == KeyValues.DROP:
self.inventory_menu.validate().use()
self.inventory_menu.validate().drop()
# Ensure that the cursor has a good position
self.inventory_menu.position = min(self.inventory_menu.position,