diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-16 05:12:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 04:12:44 -0600 |
commit | 86405cedd7d1a6f376862593dd0a72b6cd1e80a9 (patch) | |
tree | a3e727d4f93af5f3aa3f292cb2783aa580236689 /utils | |
parent | 5d248f259a83909a714cc27a95bd7323000c6dc8 (diff) | |
download | lingo-apworld-86405cedd7d1a6f376862593dd0a72b6cd1e80a9.tar.gz lingo-apworld-86405cedd7d1a6f376862593dd0a72b6cd1e80a9.tar.bz2 lingo-apworld-86405cedd7d1a6f376862593dd0a72b6cd1e80a9.zip |
Lingo: Sync config with game update (#2447)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/validate_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/validate_config.rb b/utils/validate_config.rb index ed2e905..bed5188 100644 --- a/utils/validate_config.rb +++ b/utils/validate_config.rb | |||
@@ -42,7 +42,7 @@ door_groups = {} | |||
42 | directives = Set["entrances", "panels", "doors", "paintings", "progression"] | 42 | directives = Set["entrances", "panels", "doors", "paintings", "progression"] |
43 | panel_directives = Set["id", "required_room", "required_door", "required_panel", "colors", "check", "exclude_reduce", "tag", "link", "subtag", "achievement", "copy_to_sign", "non_counting"] | 43 | panel_directives = Set["id", "required_room", "required_door", "required_panel", "colors", "check", "exclude_reduce", "tag", "link", "subtag", "achievement", "copy_to_sign", "non_counting"] |
44 | door_directives = Set["id", "painting_id", "panels", "item_name", "location_name", "skip_location", "skip_item", "group", "include_reduce", "junk_item", "event"] | 44 | door_directives = Set["id", "painting_id", "panels", "item_name", "location_name", "skip_location", "skip_item", "group", "include_reduce", "junk_item", "event"] |
45 | painting_directives = Set["id", "enter_only", "exit_only", "orientation", "required_door", "required", "required_when_no_doors", "move"] | 45 | painting_directives = Set["id", "enter_only", "exit_only", "orientation", "required_door", "required", "required_when_no_doors", "move", "req_blocked", "req_blocked_when_no_doors"] |
46 | 46 | ||
47 | non_counting = 0 | 47 | non_counting = 0 |
48 | 48 | ||