summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-12-04 03:52:16 +0000
committerChris Campbell <chriscampbell89@gmail.com>2013-12-04 04:41:36 +0000
commit69087e47693a39b7f5a5b5246d26473193d8e8db (patch)
tree353efe27b5693ba155448acfd53e6d9ede19fa75 /crawl-ref/source/itemprop-enum.h
parent809a068d0166c2d5a9cc8d143bc2f9d732ee4169 (diff)
downloadcrawl-ref-69087e47693a39b7f5a5b5246d26473193d8e8db.tar.gz
crawl-ref-69087e47693a39b7f5a5b5246d26473193d8e8db.zip
Remove bottled efreets
They're very rarely useful, and there are now plenty of other much more interesting misc items.
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index d1c6a091af..56a03c2256 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -212,7 +212,9 @@ enum launch_retval
enum misc_item_type
{
+#if TAG_MAJOR_VERSION == 34
MISC_BOTTLED_EFREET,
+#endif
MISC_FAN_OF_GALES,
MISC_LAMP_OF_FIRE,
MISC_STONE_OF_TREMORS,