mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 10:25:54 +00:00
Give Eldaric's guards personal names.
This commit is contained in:
parent
a6cf09f3ee
commit
e8ac2b9603
@ -109,7 +109,7 @@
|
|||||||
[/ai]
|
[/ai]
|
||||||
[/side]
|
[/side]
|
||||||
|
|
||||||
#define NORTH_GUARD X Y
|
#define NORTH_GUARD X Y NAME
|
||||||
[unit]
|
[unit]
|
||||||
#ifdef EASY
|
#ifdef EASY
|
||||||
type=Shock Trooper
|
type=Shock Trooper
|
||||||
@ -120,9 +120,8 @@
|
|||||||
#ifdef HARD
|
#ifdef HARD
|
||||||
type=Heavy Infantryman
|
type=Heavy Infantryman
|
||||||
#endif
|
#endif
|
||||||
description="Eldaric's Guard"
|
description={NAME}
|
||||||
user_description= _ "Eldaric's Guard"
|
user_description= _ {NAME}
|
||||||
unrenamable=yes
|
|
||||||
x={X}
|
x={X}
|
||||||
y={Y}
|
y={Y}
|
||||||
[modifications]
|
[modifications]
|
||||||
@ -149,9 +148,9 @@
|
|||||||
y=15
|
y=15
|
||||||
[/recall]
|
[/recall]
|
||||||
|
|
||||||
{NORTH_GUARD 10 6}
|
{NORTH_GUARD 10 6 (Thegwyn)}
|
||||||
{NORTH_GUARD 12 6}
|
{NORTH_GUARD 12 6 (Galdred)}
|
||||||
{NORTH_GUARD 12 10}
|
{NORTH_GUARD 12 10 (Tromas)}
|
||||||
|
|
||||||
[objectives]
|
[objectives]
|
||||||
side=1
|
side=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user