inherit "inherit/room2";
void reset(status arg) {
if(arg) return;
set_weather(1,1,0);
set_short("Pawn Shop");
set_long(
"Pawn shop of the village of Thrance. \n");
set_exits(({
"/players/epsilon/private/rd2.c", "south",
}));
}