From 351147f56190d73b347c906e6ab30ddf30387a68 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Mon, 4 Jan 2010 13:31:34 +0100 Subject: Track all seen weapon/armour base types and their brands, for acq purposes. --- crawl-ref/source/itemprop-enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/itemprop-enum.h') diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h index b1401d3e9c..cc807371a4 100644 --- a/crawl-ref/source/itemprop-enum.h +++ b/crawl-ref/source/itemprop-enum.h @@ -71,6 +71,7 @@ enum boot_type // used in pluses2 const int SP_FORBID_EGO = -1; const int SP_FORBID_BRAND = -1; +const int SP_UNKNOWN_BRAND = 31; // seen_weapon/armour is a 32-bit bitfield enum brand_type // equivalent to (you.inv[].special or mitm[].special) % 30 { -- cgit v1.2.3-54-g00ecf