From c6f1b8f3258bc3369e3d31ef9d66ae6f6dfcb7a6 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 6 Oct 2008 04:21:59 +0000 Subject: Expand mons_itemuse() to work at the individual monster level, as well. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7152 c06c8d41-db1a-0410-9941-cceddc491573 --- 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 24e3f8edf5..d347b6cc8b 100644 --- a/crawl-ref/source/spells4.cc +++ b/crawl-ref/source/spells4.cc @@ -1845,7 +1845,7 @@ bool cast_fragmentation(int pow, const dist& spd) explode = true; beam.ex_size = petrifying ? 1 : 2; beam.name = "blast of petrified fragments"; - beam.colour = mon->colour; + beam.colour = mons_class_colour(mon->type); beam.damage.num = petrifying ? 2 : 3; if (player_hurt_monster(midx, beam.damage.roll())) beam.damage.num++; -- cgit v1.2.3-54-g00ecf