From 96b804bb7a2bdc6ad25c6b45975bc0d4c8f19fbb Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sat, 7 Nov 2009 13:55:07 +0300 Subject: Replace uses of mons_is_icy with monsters::is_icy. Signed-off-by: Jude Brown --- crawl-ref/source/spells4.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells4.cc') 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"; -- cgit v1.2.3-54-g00ecf