v0.6.5: added a price to stones of augmentation
This commit is contained in:
parent
cf766e9638
commit
602119070b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user