v0.2.4: added more items to shops, tweaked several item prices.
This commit is contained in:
@@ -96,7 +96,7 @@ public class Stylus extends Item {
|
||||
|
||||
@Override
|
||||
public int price() {
|
||||
return 50 * quantity;
|
||||
return 30 * quantity;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user