From 3294e3da732ee0bc4e38573b6f26df1d44f56c7e Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Fri, 11 Dec 2009 01:38:10 +0100 Subject: A blank "statue" monster, to be redefined by vaults. --- crawl-ref/source/mon-util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-util.h') 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 -- cgit v1.2.3-54-g00ecf