connections {
from_room: "Main Area"
to_room: "Control Center Side"
door { name: "Control Center Entrance" }
}
connections {
from_room: "Main Area"
to_room: "B2 Front Room"
door { name: "B2 Door" }
}
connections {
from {
painting {
room: "B2 Front Room"
name: "EYES4"
}
}
to {
painting {
room: "B2 Back Room"
name: "EYES3"
}
}
oneway: true
}
connections {
from {
painting {
room: "B2 Front Room"
name: "EYES"
}
}
to {
painting {
room: "B2 Back Room"
name: "EYES2"
}
}
oneway: true
}
connections {
from_room: "B2 Back Room"
to_room: "B2 Front Room"
# via collecting B2
oneway: true
}
connections {
from_room: "Main Area"
to_room: "Plaza Entrance"
door { name: "Plaza Entrance" }
}
fc86b50e8bd99ace3f671db22dec'/>
blob: 0bd773a44b0b788791e205f478b055404dbe995b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
connections {
from_room: "Entry"
to_room: "Regular"
door { name: "Front Door" }
}
connections {
from_room: "Regular"
to_room: "Huge"
door { name: "Shrink Door" }
}
|