about summary refs log tree commit diff stats
path: root/data/maps/the_bearer/rooms/Back Area.txtpb
blob: b1860dedd0a68d021612ced6c0cedde4709d0a88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "Back Area"
panels {
  name: "COLOR"
  path: "Panels/Entry/panel_3"
  clue: "color"
  answer: "brown"
  symbols: EXAMPLE
}
ports {
  name: "DAEDALUS"
  path: "Components/Warps/worldport2"
  orientation: "north"
}
5000 development: <<: *default database: db/development.sqlite3 # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: <<: *default database: db/test.sqlite3 production: <<: *default database: db/production.sqlite3