run wmlindent 3
This commit is contained in:
parent
858f55c7fd
commit
c27d477407
3 changed files with 11 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue