connections {
from_room: "Main Area"
to_room: "Repetitive Entrance"
door { name: "Repetitive Entrance" }
}
connections {
from_room: "Main Area"
to_room: "Symbolic Entrance"
door { name: "Symbolic Entrance" }
}
connections {
from_room: "Main Area"
to_room: "Sirenic Entrance"
door { name: "Sirenic Entrance" }
}
connections {
from_room: "Main Area"
to_room: "Center Room"
door { name: "Turtle Entrance" }
}
connections {
from_room: "Center Room"
to_room: "Top Left Room"
door { name: "Top Left Door" }
}
connections {
from_room: "Center Room"
to_room: "Top Right Room"
door { name: "Top Right Door" }
}
connections {
from_room: "Center Room"
to_room: "Bottom Left Room"
door { name: "Bottom Left Door" }
}
connections {
from_room: "Center Room"
to_room: "Bottom Right Room"
door { name: "Bottom Right Door" }
}
connections {
from_room: "Center Room"
to_room: "Mastery"
door { name: "Mastery" }
}
type='submit' value='switch'/>
blob: bfe20653ad80b57d7a61a92a866ca6e725b2ad7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<h2>HG Update</h2>
<p>
If you make changes to the Four Island source code and push them to the repository, the changes won't affect production.
To update the production server, click the button below.
</p>
<p>
<button type="button" onclick="javascript:location='/admin/update.php?submit=';">Update</button>
</p>
|