summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 3a513c8bcc..a03c9ca9c1 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -1487,7 +1487,7 @@ bool cast_fragmentation(int pow, const dist& spd)
break;
default:
- if (mons_is_icy(mon->type)) // blast of ice
+ if (mon->is_icy()) // blast of ice
{
explode = true;
beam.name = "icy blast";