[[NAMED_NOTRAIT_UNIT]]

* Removed instance of generate_name=yes from macro NAMED_NOTRAIT_UNIT,
  as it was conflicting with the presence of name=.

* Made the example for NAMED_NOTRAIT_UNIT correct.
This commit is contained in:
Steven Panek 2008-12-21 21:21:51 +00:00
parent 80c89acf83
commit 0a4157b5e9

View File

@ -148,7 +148,7 @@
# Creates a unit with no traits, random gender and specified name.
#
# Example:
#! {NOTRAIT_UNIT 1 (Elvish Fighter) 19 16}
#! {NAMED_NOTRAIT_UNIT 1 (Elvish Fighter) 20 22 (Mochi) (_"Mochi") }
#
[unit]
side={SIDE}
@ -157,7 +157,6 @@
name={NAME_STRING}
x={X}
y={Y}
generate_name=yes
random_traits=no
random_gender=yes
[/unit]