v0.2.4: added more items to shops, tweaked several item prices.
This commit is contained in:
@@ -371,8 +371,9 @@ public class Item implements Bundlable {
|
||||
return quantity;
|
||||
}
|
||||
|
||||
public void quantity( int value ) {
|
||||
public Item quantity( int value ) {
|
||||
quantity = value;
|
||||
return this;
|
||||
}
|
||||
|
||||
public int price() {
|
||||
|
||||
Reference in New Issue
Block a user