v0.4.1: big pass on item shop values

This commit is contained in:
Evan Debenham
2016-07-10 21:33:51 -04:00
committed by Evan Debenham
parent 2166d13c62
commit 375b3acdae
33 changed files with 46 additions and 55 deletions
@@ -39,7 +39,7 @@ public class PotionBandolier extends Bag {
@Override
public int price() {
return 50;
return 40;
}
}
@@ -39,7 +39,7 @@ public class ScrollHolder extends Bag {
@Override
public int price() {
return 50;
return 40;
}
}
@@ -39,7 +39,7 @@ public class SeedPouch extends Bag {
@Override
public int price() {
return 50;
return 30;
}
}