From 3294e3da732ee0bc4e38573b6f26df1d44f56c7e Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Fri, 11 Dec 2009 01:38:10 +0100 Subject: A blank "statue" monster, to be redefined by vaults. --- crawl-ref/source/spells4.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/spells4.cc') diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc index 5147acc2ea..1ecaa4bd06 100644 --- a/crawl-ref/source/spells4.cc +++ b/crawl-ref/source/spells4.cc @@ -121,6 +121,7 @@ static int _shatter_monsters(coord_def where, int pow, int, actor *) case MONS_IRON_GOLEM: case MONS_CRYSTAL_GOLEM: case MONS_ORANGE_STATUE: + case MONS_STATUE: case MONS_EARTH_ELEMENTAL: case MONS_GARGOYLE: case MONS_SKELETAL_DRAGON: @@ -1391,6 +1392,7 @@ bool cast_fragmentation(int pow, const dist& spd) case MONS_STONE_GOLEM: case MONS_EARTH_ELEMENTAL: case MONS_GARGOYLE: + case MONS_STATUE: explode = true; beam.ex_size = 2; beam.name = "blast of rock fragments"; -- cgit v1.2.3-54-g00ecf