v0.2.2: overhauled bones system(heroes remains). Fairly tentative, needs to be tested.

This commit is contained in:
Evan Debenham
2014-10-22 17:11:30 -04:00
parent e10cdb3747
commit fa53d78809
24 changed files with 162 additions and 53 deletions
@@ -142,6 +142,11 @@ public class QuickSlot extends Button implements WndBag.Listener {
}
}
public static Item getItem(){
Item item = select();
return (item != null && item.quantity() != 0)? item : null;
}
@Override
public void onSelect( Item item ) {
if (item != null) {