summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-damage.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2011-11-11 17:42:52 +0000
committerChris Campbell <chriscampbell89@gmail.com>2011-11-11 17:47:01 +0000
commit07f21c91862c51c91c75875bf2fe46df065f5e86 (patch)
tree3ccd49c44d7ec47e4b8ce0fed1afb5dc47792e0a /crawl-ref/source/spl-damage.h
parent29e48f8db5a47bcd9e5ef9558dd02df49cf67c02 (diff)
downloadcrawl-ref-07f21c91862c51c91c75875bf2fe46df065f5e86.tar.gz
crawl-ref-07f21c91862c51c91c75875bf2fe46df065f5e86.zip
Make Olgreb's Toxic Radiance depend on power for levels of poison inflicted
Diffstat (limited to 'crawl-ref/source/spl-damage.h')
-rw-r--r--crawl-ref/source/spl-damage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-damage.h b/crawl-ref/source/spl-damage.h
index fbce0ae5db..40bf3af981 100644
--- a/crawl-ref/source/spl-damage.h
+++ b/crawl-ref/source/spl-damage.h
@@ -14,7 +14,7 @@ spret_type cast_fire_storm(int pow, bolt &beam, bool fail);
bool cast_hellfire_burst(int pow, bolt &beam);
spret_type cast_chain_lightning(int pow, const actor *caster, bool fail = false);
-spret_type cast_toxic_radiance(bool non_player = false, bool fail = false);
+spret_type cast_toxic_radiance(int pow, bool non_player = false, bool fail = false);
spret_type cast_refrigeration(int pow, bool non_player = false,
bool freeze_potions = true, bool fail = false);
void sonic_damage(bool scream);