v1.4.3: fixed inventory selector using quickslot targeting
This commit is contained in:
@@ -448,9 +448,6 @@ public class Toolbar extends Component {
|
||||
Item item = items.get(idx);
|
||||
if (alt && item.defaultAction != null) {
|
||||
item.execute(Dungeon.hero);
|
||||
if (item.usesTargeting) {
|
||||
QuickSlotButton.useTargeting(idx);
|
||||
}
|
||||
} else {
|
||||
Game.scene().addToFront(new WndUseItem(null, item));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user