summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 22:10:44 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 22:10:44 +0000
commit537160d9714e4783ed07c2edbbd85a88d3e51f69 (patch)
tree6dae3f276bb407e647657a1d34fb0d408fc1e879 /crawl-ref/source/spl-cast.cc
parent6e22dc58cfb63a6618d7c92d36a1a7e034e89f44 (diff)
downloadcrawl-ref-537160d9714e4783ed07c2edbbd85a88d3e51f69.tar.gz
crawl-ref-537160d9714e4783ed07c2edbbd85a88d3e51f69.zip
Display basic resistance information. I'm putting this in so that
there'll be a base to work on; of course the format can (and should) be improved. Currently it's one line per resistance. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8396 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index b7a7fb83d5..56bc4b7e4b 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -2108,7 +2108,7 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
break;
case SPELL_CORPSE_ROT:
- corpse_rot(0);
+ corpse_rot();
break;
case SPELL_FULSOME_DISTILLATION: