Skip to content

Commit

Permalink
Schema: Fix a couple more missing details
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Oct 24, 2018
1 parent 68bb024 commit e47ace5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/schema/core/actionwml.cfg
Expand Up @@ -522,8 +522,8 @@
[/tag]
[tag]
name="move"
{SIMPLE_KEY x s_int}
{SIMPLE_KEY y s_int}
{SIMPLE_KEY x s_range_list}
{SIMPLE_KEY y s_range_list}
{SIMPLE_KEY skip_sighted string} # TODO: Make this an enum type
[/tag]
[tag]
Expand Down Expand Up @@ -911,6 +911,7 @@
max=infinite
{SIMPLE_KEY message string}
{SIMPLE_KEY logger logger}
{SIMPLE_KEY to_chat s_bool}
[/tag]
[tag]
name="test_condition"
Expand Down

0 comments on commit e47ace5

Please sign in to comment.