Resend unlock instructions

<%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> <%= devise_error_messages! %>
<%= f.label :email %>
<%= f.email_field :email, autofocus: true %>
<%= f.submit "Resend unlock instructions" %>
<% end %> <%= render "devise/shared/links" %> lago' title='lingo2-archipelago Git repository'/>
summary refs log tree commit diff stats
path: root/data/maps/the_orb/connections.txtpb
blob: 62a764330deb8cd2aa712b3a4c73af2b6e7a811c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
connections {
  from_room: "Main Area"
  to_room: "O Room"
  door { name: "O Puzzles" }
}
connections {
  from_room: "Main Area"
  to_room: "R Room"
  door { name: "R Puzzles" }
}
connections {
  from_room: "Main Area"
  to_room: "B Room"
  door { name: "B Puzzles" }
}
connections {
  from_room: "B Room"
  to_room: "Main Area"
  oneway: true
}