summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index ecc27cb47f..6909ff4580 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -408,8 +408,10 @@ private:
enum item_spec_type
{
- ISPEC_GOOD = -2,
- ISPEC_SUPERB = -3
+ ISPEC_GOOD = -2,
+ ISPEC_SUPERB = -3,
+ ISPEC_DAMAGED = -4,
+ ISPEC_BAD = -5
};
struct item_spec