Small thing, changed an output of warehouse a bit, shows user its the warehosue they are concerned with.

This commit is contained in:
KahootChampion
2019-02-24 20:30:47 -07:00
parent 1be615fcc4
commit c59f06b127
2 changed files with 18 additions and 9 deletions

View File

@@ -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);