about summary refs log tree commit diff stats
path: root/apworld
diff options
context:
space:
mode:
Diffstat (limited to 'apworld')
-rw-r--r--apworld/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apworld/__init__.py b/apworld/__init__.py index 8e3066d..d6a3acb 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py
@@ -68,6 +68,7 @@ class Lingo2World(World):
68 slot_options = [ 68 slot_options = [
69 "daedalus_roof_access", 69 "daedalus_roof_access",
70 "keyholder_sanity", 70 "keyholder_sanity",
71 "shuffle_control_center_colors",
71 "shuffle_doors", 72 "shuffle_doors",
72 "shuffle_letters", 73 "shuffle_letters",
73 "victory_condition", 74 "victory_condition",
olor: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
doors {
  name: "Color Puzzle"
  type: EVENT
  panels { room: "Main Area" name: "MOVE (1)" answer: "left" }
  panels { room: "Main Area" name: "MOVE (2)" answer: "left" }
  panels { room: "Main Area" name: "MOVE (3)" answer: "left" }
  panels { room: "Main Area" name: "MOVE (4)" answer: "up" }
  panels { room: "Main Area" name: "MOVE (5)" answer: "back" }
  panels { room: "Main Area" name: "MOVE (6)" answer: "up" }
  panels { room: "Main Area" name: "MOVE (7)" answer: "back" }
  panels { room: "Main Area" name: "MOVE (8)" answer: "down" }
}
doors {
  name: "Hidden Rainbow"
  type: EVENT
  panels { room: "Main Area" name: "MOVE (2)" answer: "move" }
  panels { room: "Main Area" name: "MOVE (4)" answer: "move" }
}