TS2: fixed typo in formula

This commit is contained in:
Charles Dang 2015-03-08 14:54:49 +11:00
parent 243d592121
commit 8baf92ef9d

View file

@ -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]