v0.4.1: big pass on item shop values
This commit is contained in:
committed by
Evan Debenham
parent
2166d13c62
commit
375b3acdae
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user