summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
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/describe.cc
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/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc33
1 files changed, 0 insertions, 33 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index af45d3c101..9f04447a0a 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -4958,39 +4958,6 @@ void describe_god(god_type which_god, bool give_title)
{
have_any = true;
}
-
- // Print divine resistances at the end of the list.
- if (which_god == GOD_QAZLAL)
- {
- if (you.attribute[ATTR_DIVINE_FIRE_RES])
- {
- _print_final_god_abil_desc(
- which_god,
- "Qazlal protects you from fire (rF+).",
- ABIL_NON_ABILITY);
- }
- if (you.attribute[ATTR_DIVINE_COLD_RES])
- {
- _print_final_god_abil_desc(
- which_god,
- "Qazlal protects you from cold (rC+).",
- ABIL_NON_ABILITY);
- }
- if (you.attribute[ATTR_DIVINE_ELEC_RES])
- {
- _print_final_god_abil_desc(
- which_god,
- "Qazlal protects you from electricity (rElec).",
- ABIL_NON_ABILITY);
- }
- if (you.attribute[ATTR_DIVINE_AC])
- {
- _print_final_god_abil_desc(
- which_god,
- "Qazlal protects you from physical attacks (AC+3).",
- ABIL_NON_ABILITY);
- }
- }
}
string extra = get_linebreak_string(_religion_help(which_god),