summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-11 01:38:10 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-11 01:38:10 +0100
commit3294e3da732ee0bc4e38573b6f26df1d44f56c7e (patch)
treed2c7358bf4ec3946ccbd76ee27fd88931972d024 /crawl-ref/source/spells4.cc
parent9e885d6d1378b4053054d16d435c319997348d84 (diff)
downloadcrawl-ref-3294e3da732ee0bc4e38573b6f26df1d44f56c7e.tar.gz
crawl-ref-3294e3da732ee0bc4e38573b6f26df1d44f56c7e.zip
A blank "statue" monster, to be redefined by vaults.
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 2 insertions, 0 deletions
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";