inherit "inherit/room2";
void reset(status arg) {
if(arg) return;
set_weather(1,1,0);
set_short("Baracks");
set_long(
"Baracks of the city of Thrance. \n");
set_exits(({
"/players/epsilon/private/rd4.c", "north",
}));
}