*/
public void onTurnReached(final int currentTurn) {
StendhalRPZone zone = getZone();
if (zone != null) {
logger.info("Storing chest in zone " + zone.getName() + " with " + getSlot("content").size() + " items while it's open.");
zone.storeToDatabase();
}
if (chestCloser()) {
SingletonRepository.getTurnNotifier().notifyInSeconds(60, this);
}
}