Skip to content

Commit

Permalink
run wmlindent 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Oct 20, 2020
1 parent 858f55c commit c27d477
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 2 additions & 1 deletion data/core/units/dunefolk/Falconer.cfg
Expand Up @@ -7,7 +7,8 @@ units/dunefolk/skirmisher/#enddef
[filter]
status=diversion
# ability_type_active=resistance # this does not work, in this case. Only works if ability affects_self=yes
[/filter]#enddef
[/filter]
#enddef

[unit_type]
id=Dune Falconer
Expand Down
3 changes: 2 additions & 1 deletion data/core/units/dunefolk/Sky_Hunter.cfg
Expand Up @@ -6,7 +6,8 @@ units/dunefolk/skirmisher/#enddef
#define DIVERSION_ANIM_FILTER
[filter]
status=diversion
[/filter]#enddef
[/filter]
#enddef

[unit_type]
id=Dune Sky Hunter
Expand Down
13 changes: 7 additions & 6 deletions data/scenario-test.cfg
Expand Up @@ -4336,7 +4336,8 @@ unplagueable: $wml_unit.status.unplagueable"
[message]
speaker=narrator
image=wesnoth-icon.png
message="Single-dimensional [store_locations] is broken, as $x_len does not equal $xy_len|. See bug #21488"
# wmlindent cannot handle '#21488' in a string so we write 'Nr. 21488'
message="Single-dimensional [store_locations] is broken, as $x_len does not equal $xy_len|. See bug Nr. 21488 "
[/message]
[/then]
[/if]
Expand All @@ -4357,13 +4358,13 @@ unplagueable: $wml_unit.status.unplagueable"
[/filter]

[filter_second]
type=Lich
type=Lich
[/filter_second]

[store_unit]
[store_unit]
[filter]
id=$unit.id
side=1
id=$unit.id
side=1
[/filter]
variable=store_cth
kill=yes
Expand All @@ -4373,7 +4374,7 @@ unplagueable: $wml_unit.status.unplagueable"
[event]
name=turn 2

[unstore_unit]
[unstore_unit]
variable=store_cth
find_vacant=no
advance=false
Expand Down

0 comments on commit c27d477

Please sign in to comment.