Skip to content

Commit

Permalink
Schema: fix some value types
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Nov 1, 2019
1 parent 7ea11c5 commit fcf4974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/schema/game_config.cfg
Expand Up @@ -265,7 +265,7 @@
name="heal_amount"
[union]
[type]
link=int
link=f_int
[/type]
[type]
value="full"
Expand Down
4 changes: 2 additions & 2 deletions data/schema/units/specials.cfg
Expand Up @@ -27,8 +27,8 @@
{SIMPLE_KEY value f_int}
{SIMPLE_KEY add f_int}
{SIMPLE_KEY sub f_int}
{SIMPLE_KEY multiply f_int}
{SIMPLE_KEY divide f_int}
{SIMPLE_KEY multiply f_real}
{SIMPLE_KEY divide f_real}
{SIMPLE_KEY cumulative bool}
{DEPRECATED_KEY backstab bool}
{FILTER_TAG "filter_base_value" base_value ()}
Expand Down

0 comments on commit fcf4974

Please sign in to comment.