summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-03 18:56:11 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-03 18:56:11 +0000
commit774610f0402dc15c10a1a39105e2427484364006 (patch)
treed920ec3236d745ce5fcba9a4a4250e49cde18c56 /crawl-ref/source/spl-data.h
parent3c5ec5ee05c0c463dd8b5cfa98fb71a2e88405d7 (diff)
downloadcrawl-ref-774610f0402dc15c10a1a39105e2427484364006.tar.gz
crawl-ref-774610f0402dc15c10a1a39105e2427484364006.zip
Implement [2040773]: Make Petrify an Enchantment/Earth spell (since it's
a replacement for an Enchantment spell, and the only other Transmigration spell that changes things to stone doesn't work on undead, while this does), and make Lee's Rapid Deconstruction damage a fully petrified monster in the same way it does a statue (except that the blast is described as "petrified fragments", and is the same color as the monster). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7107 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index b01d3acf13..7c6c1a678d 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -409,7 +409,7 @@
{
SPELL_PETRIFY, "Petrify",
- SPTYP_ENCHANTMENT | SPTYP_TRANSMIGRATION,
+ SPTYP_ENCHANTMENT | SPTYP_EARTH,
SPFLAG_DIR_OR_TARGET,
4,
200,