402403404405406407408
{ room = (byte) Rnd.get(1, 9); } while(!isRoomAvailable(type, room)); new DimensionalRift(player.getParty(), type, room); }