Small thing, changed an output of warehouse a bit, shows user its the warehosue they are concerned with.
This commit is contained in:
@@ -157,6 +157,7 @@ public class Warehouse {
|
||||
|
||||
|
||||
public void showWarehouse() {
|
||||
System.out.println("--------------------\nWarehouse\n--------------------");
|
||||
System.out.println("Opium : " + this.wOpium);
|
||||
System.out.println("Silk : " + this.wSilk);
|
||||
System.out.println("General : " + this.wGeneral);
|
||||
|
||||
Reference in New Issue
Block a user