v0.2.4: added more items to shops, tweaked several item prices.
This commit is contained in:
@@ -59,6 +59,6 @@ public class Shuriken extends MissileWeapon {
|
||||
|
||||
@Override
|
||||
public int price() {
|
||||
return 15 * quantity;
|
||||
return 6 * quantity;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user