Give Eldaric's guards personal names.
This commit is contained in:
parent
a6cf09f3ee
commit
e8ac2b9603
1 changed files with 6 additions and 7 deletions
|
@ -109,7 +109,7 @@
|
|||
[/ai]
|
||||
[/side]
|
||||
|
||||
#define NORTH_GUARD X Y
|
||||
#define NORTH_GUARD X Y NAME
|
||||
[unit]
|
||||
#ifdef EASY
|
||||
type=Shock Trooper
|
||||
|
@ -120,9 +120,8 @@
|
|||
#ifdef HARD
|
||||
type=Heavy Infantryman
|
||||
#endif
|
||||
description="Eldaric's Guard"
|
||||
user_description= _ "Eldaric's Guard"
|
||||
unrenamable=yes
|
||||
description={NAME}
|
||||
user_description= _ {NAME}
|
||||
x={X}
|
||||
y={Y}
|
||||
[modifications]
|
||||
|
@ -149,9 +148,9 @@
|
|||
y=15
|
||||
[/recall]
|
||||
|
||||
{NORTH_GUARD 10 6}
|
||||
{NORTH_GUARD 12 6}
|
||||
{NORTH_GUARD 12 10}
|
||||
{NORTH_GUARD 10 6 (Thegwyn)}
|
||||
{NORTH_GUARD 12 6 (Galdred)}
|
||||
{NORTH_GUARD 12 10 (Tromas)}
|
||||
|
||||
[objectives]
|
||||
side=1
|
||||
|
|
Loading…
Add table
Reference in a new issue