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