Better filtering for the charisma ability
- prevents sluggish moves of loyal units.
This commit is contained in:
parent
b31859fdb4
commit
1f55fedab6
1 changed files with 4 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
[or]
|
||||
side=1
|
||||
[wml_filter]
|
||||
upkeep="loyal"
|
||||
[/wml_filter]
|
||||
morale="loyalized"
|
||||
[/wml_filter]
|
||||
[/or]
|
||||
[/filter]
|
||||
[store_unit]
|
||||
|
@ -29,6 +29,7 @@
|
|||
[/store_unit]
|
||||
{FOREACH player_unit i}
|
||||
{VARIABLE player_unit[$i].upkeep "full"}
|
||||
{VARIABLE player_unit[$i].morale ""}
|
||||
[unstore_unit]
|
||||
variable=player_unit[$i]
|
||||
[/unstore_unit]
|
||||
|
@ -46,6 +47,7 @@
|
|||
[/store_unit]
|
||||
{FOREACH player_unit i}
|
||||
{VARIABLE player_unit[$i].upkeep "loyal"}
|
||||
{VARIABLE player_unit[$i].morale "loyalized"}
|
||||
[unstore_unit]
|
||||
variable=player_unit[$i]
|
||||
[/unstore_unit]
|
||||
|
|
Loading…
Add table
Reference in a new issue