Skip to content

Commit

Permalink
Schema: Fix a few more instances of keys not accepting variable subst…
Browse files Browse the repository at this point in the history
…itution
  • Loading branch information
CelticMinstrel committed Apr 4, 2018
1 parent f808bee commit 7e99029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/schema/core/actionwml.cfg
Expand Up @@ -209,7 +209,7 @@
max=infinite
super="$filter_location"
{INSERT_TAG}
{REQUIRED_KEY terrain terrain_code}
{REQUIRED_KEY terrain s_terrain_code}
{DEFAULT_KEY layer terrain_layer both}
{DEFAULT_KEY replace_if_failed s_bool no}
[/tag]
Expand Down Expand Up @@ -1209,7 +1209,7 @@
name="random_placement"
max=infinite
{INSERT_TAG}
{REQUIRED_KEY num_items f_unsigned}
{REQUIRED_KEY num_items f_unsigned,s_unsigned}
{REQUIRED_KEY variable string}
{DEFAULT_KEY min_distance s_unsigned 0}
{DEFAULT_KEY allow_less s_bool no}
Expand Down
1 change: 1 addition & 0 deletions data/schema/game_config.cfg
Expand Up @@ -382,6 +382,7 @@
[/type]
{SUBST_TYPE coordinates}
{SUBST_TYPE range_list}
{SUBST_TYPE terrain_code}
[tag]
name="root"
min=1
Expand Down

0 comments on commit 7e99029

Please sign in to comment.