summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-28 08:58:09 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-28 08:58:09 +0000
commit84651bb77b43871a8142015a87f14b9e52f9e0d8 (patch)
treeedf6ce9f7c0f6283ddc1b8160c91e76cdcc2028b /crawl-ref/source/mapdef.h
parent242254cdf5f10ae806f22b624e830f51aca1e054 (diff)
downloadcrawl-ref-84651bb77b43871a8142015a87f14b9e52f9e0d8.tar.gz
crawl-ref-84651bb77b43871a8142015a87f14b9e52f9e0d8.zip
Updated levels (David).
Give Tiamat wings and flight. Converted her second attack to a tail-slap (David). Allow ITEM: declarations to use * % and |. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1113 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index c96d6df9bb..7f0a21eecc 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -210,6 +210,12 @@ private:
std::string error;
};
+enum item_spec_type
+{
+ ISPEC_GOOD = -2,
+ ISPEC_SUPERB = -3
+};
+
struct item_spec
{
int genweight;