v0.2.4d: tweaked the ability to disable parameters on the item slot, edited quickslots to take advantage of this.
This commit is contained in:
@@ -45,7 +45,7 @@ public class LootIndicator extends Tag {
|
||||
Dungeon.hero.handle( Dungeon.hero.pos );
|
||||
};
|
||||
};
|
||||
slot.showParams( false );
|
||||
slot.showParams( true, false, false );
|
||||
add( slot );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user