UI: Fix loyal and aged traits missing from help (issue #1935)
This commit is contained in:
parent
3ca1150cbc
commit
aac09417bf
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@
|
|||
name=_ "dummy_unit^Fog Clearer"
|
||||
race=monster
|
||||
image="misc/blank-hex.png"
|
||||
# These traits don't occur elsewhere in mainline races or units and are added here
|
||||
# so they will appear in the traits section in help. The Fog Clearer doesn't receive
|
||||
# traits because it is a monster, so these shouldn't affect umc use.
|
||||
{TRAIT_LOYAL}
|
||||
{TRAIT_AGED}
|
||||
hitpoints=1
|
||||
movement_type=fly
|
||||
movement=1
|
||||
|
|
Loading…
Add table
Reference in a new issue