Delete a failed experiment.

This commit is contained in:
Eric S. Raymond 2008-11-19 15:44:32 +00:00
parent 2226c9f753
commit df101a794d

View file

@ -129,22 +129,6 @@
[/unit]
#enddef
#define TYPE_NAMED_UNIT SIDE TYPE X Y NAME_STRING
# Creates a generic unit of TYPE belonging to SIDE at X,Y, which has
# random gender and traits and is named for its type. Appropriate
# for use on anonymous monsters.
[unit]
side={SIDE}
type={TYPE}
name={TYPE}
x={X}
y={Y}
random_traits=yes
random_gender=yes
upkeep=full
[/unit]
#enddef
#define RECALL_OR_CREATE TYPE ID_STRING
# A substitute for [recall] that works even when there's no-one to recall
# useful for testing scenarios out of order.