TS2: fixed typo in formula
This commit is contained in:
parent
243d592121
commit
8baf92ef9d
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ A full list of abilities and weapons specials, along with traits, may be found i
|
|||
[filter_condition]
|
||||
[variable]
|
||||
name=unit.hitpoints
|
||||
less_than=$($unit.max_hitpoits/5)
|
||||
less_than="$($unit.max_hitpoints/5)"
|
||||
[/variable]
|
||||
[/filter_condition]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue