Skip to content

Commit

Permalink
Schema: Accept [set_menu_item]use_hotkey=only
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Apr 12, 2018
1 parent d6ba8c8 commit f4a8d82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/schema/core/actionwml.cfg
Expand Up @@ -692,7 +692,7 @@
{SIMPLE_KEY image string}
{DEPRECATED_KEY needs_select s_bool}
{DEFAULT_KEY synced s_bool yes}
{DEFAULT_KEY use_hotkey s_bool yes}
{DEFAULT_KEY use_hotkey s_bool,only yes}
{SHOW_IF_TAG}
{FILTER_TAG "filter_location" location {INSERT_TAG}}
{ACTION_TAG "command" {DEFAULT_KEY delayed_variable_substitution s_bool yes}}
Expand Down
4 changes: 4 additions & 0 deletions data/schema/game_config.cfg
Expand Up @@ -409,6 +409,10 @@
name="global"
value="global"
[/type]
[type]
name="only"
value="only"
[/type]
[tag]
name="root"
min=1
Expand Down

0 comments on commit f4a8d82

Please sign in to comment.