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( "%^GREEN%^First National Bank of Gurba%^RESET%^" );
  set_long( " This is the proud bank of Gurba. Two heavily armed guards are standing on each side of the entrance. there are two counters with a clerk behind each. One sign above the counter says 'Withdraw', the other says 'Deposit'. The floor and columns supporting the roof are made of marble. This place reeks of money. A huge sign hangs from the roof just after entering.");
  set_exits( ([ 
              
	       "south" : "/domains/gurba/rooms/market3",
 ]) );
  
  add_item(  "counter", "counters", "Each of the counters is made out of solid oak." );
  add_item( "guards", "guard", "The guards are dressed in full platemail, with full helmets on top. They both have two-handed swords on their backs and seem almost lifeless, statuelike standing there." );
  add_item( "sign", "The sign exclaims in capital letters 'Robbery is not allowed'." ); 
  add_item( "floor", "columns", "column", "The are nicely cut and tiled out of marble. It is obvious that this is a place of money." );
  set_objects( ([ 
  ]) );
  
}

void do_listen( object player ) {
  write( "You can even hear the sound of money." );
}