diff options
Diffstat (limited to 'data/maps/the_colorful')
-rw-r--r-- | data/maps/the_colorful/doors.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/Purple Room.txtpb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/maps/the_colorful/doors.txtpb b/data/maps/the_colorful/doors.txtpb index 32470b2..ea68a8d 100644 --- a/data/maps/the_colorful/doors.txtpb +++ b/data/maps/the_colorful/doors.txtpb | |||
@@ -46,7 +46,7 @@ doors { | |||
46 | type: STANDARD | 46 | type: STANDARD |
47 | receivers: "Components/Doors/entry_7" | 47 | receivers: "Components/Doors/entry_7" |
48 | panels { room: "Yellow Room" name: "CIRCLE" } | 48 | panels { room: "Yellow Room" name: "CIRCLE" } |
49 | panels { room: "Purple Room" name: "FISH" } | 49 | panels { room: "Purple Room" name: "FISH" answer: "fish" } |
50 | location_room: "Purple Room" | 50 | location_room: "Purple Room" |
51 | } | 51 | } |
52 | doors { | 52 | doors { |
diff --git a/data/maps/the_colorful/rooms/Purple Room.txtpb b/data/maps/the_colorful/rooms/Purple Room.txtpb index 4175c8d..9a94650 100644 --- a/data/maps/the_colorful/rooms/Purple Room.txtpb +++ b/data/maps/the_colorful/rooms/Purple Room.txtpb | |||
@@ -6,5 +6,6 @@ panels { | |||
6 | clue: "fish" | 6 | clue: "fish" |
7 | answer: "fish" | 7 | answer: "fish" |
8 | symbols: PLANET | 8 | symbols: PLANET |
9 | proxies { answer: "fish" path: "Panels/Hallway/panel_7a" } | ||
9 | proxies { answer: "fishes" path: "Panels/Hallway/panel_7b" } | 10 | proxies { answer: "fishes" path: "Panels/Hallway/panel_7b" } |
10 | } | 11 | } |