summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 34467a71d0..e6a0ee2d4c 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -1953,12 +1953,7 @@ static bool _do_ability(const ability_def& abil)
}
case ABIL_FEDHAS_SUNLIGHT:
- if (!sunlight())
- {
- canned_msg(MSG_NOTHING_HAPPENS);
- return (false);
- }
-
+ sunlight();
exercise(SK_INVOCATIONS, 2 + random2(3));
break;