chest = new PersonalChest();
chest.setPosition(4, 2);
add(chest);
WalkBlocker walkblocker = new WalkBlocker();
walkblocker.setPosition(2, 5);
walkblocker
.setDescription("You see a wastebin, handily placed for items you wish to dispose of.");
add(walkblocker);
// Add a sign explaining about equipped items
final Sign book = new Sign();
book.setPosition(2, 2);