summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-11 01:38:10 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-11 01:38:10 +0100
commit3294e3da732ee0bc4e38573b6f26df1d44f56c7e (patch)
treed2c7358bf4ec3946ccbd76ee27fd88931972d024 /crawl-ref/source/mon-util.h
parent9e885d6d1378b4053054d16d435c319997348d84 (diff)
downloadcrawl-ref-3294e3da732ee0bc4e38573b6f26df1d44f56c7e.tar.gz
crawl-ref-3294e3da732ee0bc4e38573b6f26df1d44f56c7e.zip
A blank "statue" monster, to be redefined by vaults.
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index e1e5491c94..a79260d378 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -85,7 +85,8 @@ enum mon_attack_flavour
AF_NAPALM,
AF_CHAOS,
AF_STEAL,
- AF_STEAL_FOOD
+ AF_STEAL_FOOD,
+ AF_WEAP_ONLY // AF_PLAIN if wielding a weapon, nothing if not
};
// Non-spell "summoning" types to give to monsters::mark_summoned(), or