p.getPlayer().sendPacket(new SystemMessage(SystemMessage.THIS_DUNGEON_WILL_EXPIRE_IN_S1_MINUTES).addNumber((COLLAPSE_TIME - TIME_LIMIT) / 60000));
L2PathfinderInstance npc = new L2PathfinderInstance(IdFactory.getInstance().getNextId(), NpcTable.getTemplate(32485));
npc.setSpawnedLoc(KamalokaNightmare.this.getTeleportLoc());
npc.setReflection(KamalokaNightmare.this.getId());
npc.onSpawn();
npc.spawnMe(npc.getSpawnedLoc());
}
else
{
collapse();
}