summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ability.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-12 04:21:25 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-12 05:00:38 +0100
commit4f0ef79f26417a680cfc16018a6655407fd977ee (patch)
tree02eeebe7cfe039dfcee983ca67a6775e53b6df27 /crawl-ref/source/ability.cc
parent020cafce5921f89eabdaa160e78ceaf4ff955e4e (diff)
downloadcrawl-ref-4f0ef79f26417a680cfc16018a6655407fd977ee.tar.gz
crawl-ref-4f0ef79f26417a680cfc16018a6655407fd977ee.zip
Remove various references to use-IDing jewellery that now identifies on equip
There's probably a bunch more obsolete code for this still lying around.
Diffstat (limited to 'crawl-ref/source/ability.cc')
-rw-r--r--crawl-ref/source/ability.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/ability.cc b/crawl-ref/source/ability.cc
index be4656aaad..80b8cdf6c0 100644
--- a/crawl-ref/source/ability.cc
+++ b/crawl-ref/source/ability.cc
@@ -1609,7 +1609,7 @@ static bool _check_ability_possible(const ability_def& abil,
return true;
case ABIL_OKAWARU_FINESSE:
- if (stasis_blocks_effect(false, false,
+ if (stasis_blocks_effect(false,
quiet ? NULL : "%s makes your neck tingle."))
{
return false;
@@ -2569,7 +2569,7 @@ static bool _do_ability(const ability_def& abil)
break;
case ABIL_OKAWARU_FINESSE:
- if (stasis_blocks_effect(true, true, "%s emits a piercing whistle.",
+ if (stasis_blocks_effect(true, "%s emits a piercing whistle.",
20, "%s makes your neck tingle."))
{
// Identify the amulet and spend costs - finesse will be aborted