gurba-0.40/
gurba-0.40/bin/
gurba-0.40/lib/
gurba-0.40/lib/cmds/guild/fighter/
gurba-0.40/lib/cmds/monster/
gurba-0.40/lib/cmds/race/catfolk/
gurba-0.40/lib/cmds/race/dwarf/
gurba-0.40/lib/cmds/verb/
gurba-0.40/lib/daemons/data/
gurba-0.40/lib/data/boards/
gurba-0.40/lib/data/messages/
gurba-0.40/lib/data/players/
gurba-0.40/lib/design/
gurba-0.40/lib/domains/gurba/
gurba-0.40/lib/domains/gurba/guilds/fighter/
gurba-0.40/lib/domains/gurba/monsters/
gurba-0.40/lib/domains/gurba/objects/armor/
gurba-0.40/lib/domains/gurba/objects/clothing/
gurba-0.40/lib/domains/gurba/objects/weapons/
gurba-0.40/lib/domains/gurba/vendors/
gurba-0.40/lib/kernel/cmds/admin/
gurba-0.40/lib/kernel/daemons/
gurba-0.40/lib/kernel/include/
gurba-0.40/lib/kernel/lib/
gurba-0.40/lib/kernel/net/
gurba-0.40/lib/kernel/sys/
gurba-0.40/lib/logs/
gurba-0.40/lib/pub/
gurba-0.40/lib/std/modules/languages/
gurba-0.40/lib/std/races/
gurba-0.40/lib/std/races/monsters/
gurba-0.40/lib/wiz/fudge/
gurba-0.40/lib/wiz/spud/
gurba-0.40/src/host/beos/
gurba-0.40/src/host/pc/res/
gurba-0.40/src/kfun/
gurba-0.40/src/lpc/
gurba-0.40/src/parser/
gurba-0.40/tmp/
inherit ROOM;

void setup( void ) {
  set_brief( "%^MAGENTA%^Market Boulevard%^RESET%^" );
  set_long( "This is the market street in Gurba. Further to the east lies the town square. To the north is the first National Bank of Gurba, southwards you can find a cozy little restaurant called 'Chez Mario'. There is a small sign standing here." );
  set_exits( ([ 
	       "west" : "/domains/gurba/rooms/market4", 
	       "east" : "/domains/gurba/rooms/market2",
               "north" : "/domains/gurba/rooms/bank",
               "south" : "/domains/gurba/rooms/restaurant",
  ]) );

  add_item( "road", "The road here is paved with cobblestones due to all the traffic that runs through here." );
  add_item( "cobblestone", "cobblestones", "cobble", "stones", "The stones are small quadratic stones laid down side by side." );
  add_item( "sign", "There is a piece of paper nailed to the sign it says: 'Playing tonight at Mario's, The Rolling Stones'." );
  set_objects( ([ 
  ]) );

}

void do_listen( object player ) {
  write( "You hear the bustling sound of trade, money, haggling and merchants having it off at each other." );
}