System.out.println("Testing truth of inventory items being contained");
Corset corset = new Corset();
Doublet doublet = new Doublet();
Sword sword = new Sword();
Stilleto stilleto = new Stilleto();
Stilleto stilleto2 = new Stilleto();
Henchwoman h = new Henchwoman();
h.inventory.addBag();
h.addToInventory(corset);