about summary refs log tree commit diff stats
path: root/data/maps/the_lively/doors.txtpb
blob: 71957dbcd8b63dbf5171eac047f350b590e40e29 (plain) (blame)
1
2
3
4
5
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px;
doors {
  name: "Door"
  type: EVENT
  panels { room: "Puzzle Room" name: "LIONESS" }
  panels { room: "Puzzle Room" name: "QUEEN" }
  panels { room: "Puzzle Room" name: "SOPRANO" }
  panels { room: "Puzzle Room" name: "AUNT" }
  panels { room: "Puzzle Room" name: "SON" }
  panels { room: "Puzzle Room" name: "BASS" }
  panels { room: "Puzzle Room" name: "FATHER" }
  panels { room: "Puzzle Room" name: "ROOSTER" }
}
an>args) || abort("\n== Command #{args} failed ==") end chdir APP_ROOT do # This script is a way to update your development environment automatically. # Add necessary update steps to this file. puts '== Installing dependencies ==' system! 'gem install bundler --conservative' system('bundle check') || system!('bundle install') puts "\n== Updating database ==" system! 'bin/rails db:migrate' puts "\n== Removing old logs and tempfiles ==" system! 'bin/rails log:clear tmp:clear' puts "\n== Restarting application server ==" system! 'bin/rails restart' end