7374757677787980818283
this.setMapCharacter('h'); // Inventory and Equipment creation this.inventory = new Inventory(BAG_SIZE); this.equipment = new EquippedItems(); // Put some clothes on this.gearUp(); }