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