summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index ed12f894e2..a140fb30d2 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -679,12 +679,6 @@ bool cast_a_spell(bool check_range)
return (false);
}
- if (you.magic_points < 1)
- {
- mpr("You don't have enough magic to cast spells.");
- return (false);
- }
-
const int minRange = _get_dist_to_nearest_monster();
int keyin = (check_range ? 0 : '?');