v0.6.5: added a price to stones of augmentation

This commit is contained in:
Evan Debenham 2018-04-24 15:01:35 -04:00 committed by Evan Debenham
parent cf766e9638
commit 602119070b

View File

@ -64,6 +64,11 @@ public class StoneOfAugmentation extends InventoryStone {
ScrollOfUpgrade.upgrade(curUser);
}
@Override
public int price() {
return 30 * quantity;
}
public class WndAugment extends Window {
private static final int WIDTH = 120;