blob: bd2013a8b5a20d9eab1dbaa4264c588ed41ff7ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
name: "Spiral Ramp"
panels {
name: "FIREMAN"
path: "Panels/Room_1/fireman"
clue: "fireman"
answer: "firefighter"
symbols: GENDER
}
paintings {
name: "WINGS6"
path: "Components/Paintings/oneways/wings6"
required_door { name: "Near Fireman Wings Painting" }
}
paintings {
name: "SUN5"
path: "Components/Paintings/sun5"
required_door { name: "Sun Painting To Drone" }
}
paintings {
name: "WINGS7"
path: "Components/Paintings/oneways/wings7"
}
paintings {
name: "WINGS11"
path: "Components/Paintings/other 30 degrees/wings11"
exit_only: true
# There is a ledge near the painting so we might want to turn off exit_only
# at some point.
}
|