HttT: Remove no longer needed trait_undead (#1934)
This used to be needed here so trait order would be in harmony when other undead units were made with LOYAL_UNDEAD_UNIT, but that macro has been deprecated and replaced here with LOYAL_UNIT. Thus, the removal restores the harmony.
This commit is contained in:
parent
9e8f9b7c54
commit
443b4ef6ad
2 changed files with 0 additions and 3 deletions
|
@ -369,7 +369,6 @@
|
|||
x={X}
|
||||
y={Y}
|
||||
[modifications]
|
||||
{TRAIT_UNDEAD}
|
||||
{TRAIT_LOYAL}
|
||||
[/modifications]
|
||||
{IS_LOYAL}
|
||||
|
|
|
@ -444,7 +444,6 @@
|
|||
x=24
|
||||
y=28
|
||||
[modifications]
|
||||
{TRAIT_UNDEAD}
|
||||
{TRAIT_LOYAL}
|
||||
[/modifications]
|
||||
{IS_LOYAL}
|
||||
|
@ -463,7 +462,6 @@
|
|||
x=24
|
||||
y=28
|
||||
[modifications]
|
||||
{TRAIT_UNDEAD}
|
||||
{TRAIT_LOYAL}
|
||||
[/modifications]
|
||||
{IS_LOYAL}
|
||||
|
|
Loading…
Add table
Reference in a new issue