Lyle-Tafoya / Omega

My C++ fork of the 1987 roguelike "Omega"
GNU General Public License v3.0
29 stars 3 forks source link

Dropping items from the player's pack is cumbersome #2

Closed Lyle-Tafoya closed 11 months ago

Lyle-Tafoya commented 1 year ago

Currently, to drop an item, it must be in the player's main inventory. This means that if the player wants to drop an item from their pack, they must first equip it to one of their main inventory slots. This starts to feel tedious after awhile. There is no reason why it shouldn't be possible to drop items directly from the pack.

Lyle-Tafoya commented 11 months ago

This was fixed with 52fa9f6bb5919ac700541cc5d5f570c40187917f