// add a portal to the maps so that there's something to check and sell
Portal destination = new Portal();
destination.setIdentifier("dest");
SingletonRepository.getRPWorld().getRPZone(ZONE_NAME).add(destination);
chest = new StoredChest();
SingletonRepository.getRPWorld().getRPZone(ZONE_NAME).add(chest);
housePortal = new HousePortal("ados house 50");
housePortal.setIdentifier("keep rpzone happy");
housePortal.setDestination(ZONE_NAME, "dest");