inherit "inherit/room2";
reset(arg) {
  if(arg) return;
  set_short("the city store room");
  set_long("Here, within the walls of the city store room are all the \n"+
           "items found in all the shops across all the realms.\n");
  set_weather(1, 1, 1);
}