v0.2.3e: tonnes of fixes relating to WIP multi-quickslot implementation
This commit is contained in:
@@ -395,7 +395,7 @@ public class WndBag extends WndTabbed {
|
||||
protected boolean onLongClick() {
|
||||
if (listener == null && item.defaultAction != null) {
|
||||
hide();
|
||||
Dungeon.hero.belongings.quickslot.setSlot( 0 , item );
|
||||
Dungeon.quickslot.setSlot( 0 , item );
|
||||
QuickSlot.refresh();
|
||||
return true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user