summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-damage.cc
diff options
context:
space:
mode:
authorgammafunk <gammafunk@gmail.com>2014-03-29 11:44:01 -0500
committergammafunk <gammafunk@gmail.com>2014-03-29 12:26:29 -0500
commitcf6aeb2b6b444c1de4e9a1bcb1ca18be66f0ee4f (patch)
tree627e81ed44ca44fef8d542d9022c39108e671e4f /crawl-ref/source/spl-damage.cc
parentcc6d91e5964c4d723b6c25c36234c77c84b2ffe7 (diff)
downloadcrawl-ref-cf6aeb2b6b444c1de4e9a1bcb1ca18be66f0ee4f.tar.gz
crawl-ref-cf6aeb2b6b444c1de4e9a1bcb1ca18be66f0ee4f.zip
Remove unneeded references to axed monsters and move related tiles
Remove code references to removed monsters, except where needed for save compatibility, as well as quotes/descriptions references, and move the related tiles to UNUSED. RIP gnomes.
Diffstat (limited to 'crawl-ref/source/spl-damage.cc')
-rw-r--r--crawl-ref/source/spl-damage.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/spl-damage.cc b/crawl-ref/source/spl-damage.cc
index a3126f80e7..2900073e53 100644
--- a/crawl-ref/source/spl-damage.cc
+++ b/crawl-ref/source/spl-damage.cc
@@ -1079,10 +1079,6 @@ static int _shatter_mon_dice(const monster *mon)
{
// Double damage to stone, metal and crystal.
case MONS_EARTH_ELEMENTAL:
-#if TAG_MAJOR_VERSION == 34
- case MONS_CLAY_GOLEM:
- case MONS_STONE_GOLEM:
-#endif
case MONS_STATUE:
case MONS_GARGOYLE:
case MONS_IRON_ELEMENTAL:
@@ -2063,10 +2059,6 @@ bool setup_fragmentation_beam(bolt &beam, int pow, const actor *caster,
break;
case MONS_EARTH_ELEMENTAL:
-#if TAG_MAJOR_VERSION == 34
- case MONS_CLAY_GOLEM:
- case MONS_STONE_GOLEM:
-#endif
case MONS_STATUE:
case MONS_GARGOYLE:
beam.name = "blast of rock fragments";