summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-06 13:24:25 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-06 13:24:25 +0000
commit5b2a293404b3f3bdce90778fe3a67c81574f53b9 (patch)
tree4bcbcf6f782afc5801e4a16773aa9ef9126b9ed1 /crawl-ref/source/itemprop.h
parent41271ed5d23008b3b70470fe38bc9eb94d921c46 (diff)
downloadcrawl-ref-5b2a293404b3f3bdce90778fe3a67c81574f53b9.tar.gz
crawl-ref-5b2a293404b3f3bdce90778fe3a67c81574f53b9.zip
Reuse the ?random_uselessness tile (multicoloured question mark) for the
chaos brand. Still can't compile Tiles (*sigh*) but I trust I won't break anything. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7756 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 7eda4e983e..8b9a2b2457 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -97,8 +97,8 @@ enum brand_type // equivalent to (you.inv[].special or mitm[].special) % 30
MAX_PAN_LORD_BRANDS = SPWPN_RETURNING,
- SPWPN_CONFUSE,
SPWPN_CHAOS,
+ SPWPN_CONFUSE, // 20
SPWPN_RANDART_I = 25, // 25
SPWPN_RANDART_II,
SPWPN_RANDART_III,