summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-07-12 13:09:35 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-07-13 01:22:31 +0100
commit2744e81ddbcce133bca18baee0e58e2da8c90d8c (patch)
tree9bca28e685600c50dbce9da13565b628533c5096 /crawl-ref/source/enum.h
parent49e75c23ea32823b21baba3dcc13465726877aa5 (diff)
downloadcrawl-ref-2744e81ddbcce133bca18baee0e58e2da8c90d8c.tar.gz
crawl-ref-2744e81ddbcce133bca18baee0e58e2da8c90d8c.zip
Remove Qazlal's permanent resistance gift
A simple resistance is a very boring capstone gift, especially compared to Qazlal's existing temporary resistances which have much more interesting interactions, and the powerful active abilities. Allowing a choice of resistance also resulted in AC almost always being the best option.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 3d4179f742..7adc0d9781 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -341,10 +341,12 @@ enum attribute_type
ATTR_GOZAG_POTIONS, // Number of times you've bought potions from Gozag.
ATTR_GOZAG_SHOPS, // Number of shops you've funded from Gozag.
ATTR_GOZAG_SHOPS_CURRENT, // As above, but since most recent time worshipping.
+#if TAG_MAJOR_VERSION == 34
ATTR_DIVINE_FIRE_RES, // Divine fire resistance (Qazlal).
ATTR_DIVINE_COLD_RES, // Divine cold resistance (Qazlal).
ATTR_DIVINE_ELEC_RES, // Divine electricity resistance (Qazlal).
ATTR_DIVINE_AC, // Divine AC bonus (Qazlal).
+#endif
ATTR_GOZAG_GOLD_USED, // Gold spent for Gozag abilities.
NUM_ATTRIBUTES
};