mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 20:55:40 +00:00
Give Eldaric's guards personal names.
This commit is contained in:
parent
a6cf09f3ee
commit
e8ac2b9603
@ -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…
x
Reference in New Issue
Block a user