summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-04-06 14:44:13 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-04-06 15:15:55 +0100
commitf05f59790becf1029830414ba3b4c40d8ff296a1 (patch)
treeeb0fe00611a33dbccaa579ad8c3266f83ba66cb3 /crawl-ref/source/zap-data.h
parent7799525b80145bd2a7b65cb7c7d2b5068f0ebdbf (diff)
downloadcrawl-ref-f05f59790becf1029830414ba3b4c40d8ff296a1.tar.gz
crawl-ref-f05f59790becf1029830414ba3b4c40d8ff296a1.zip
Improve some spellcasting messages
Use normal beam messages for flame tongue, adjust Arachne messages (PleasingFungus), make Rupert's targeted spells more generic so that they are still accurate when resisted.
Diffstat (limited to 'crawl-ref/source/zap-data.h')
-rw-r--r--crawl-ref/source/zap-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/zap-data.h b/crawl-ref/source/zap-data.h
index 38e7d17569..4b15cc68ab 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -811,7 +811,7 @@ struct zap_info
{
ZAP_FLAME_TONGUE,
- "flame",
+ "flame tongue",
25,
new dicedef_calculator<1, 8, 1, 4>,
new tohit_calculator<11, 1, 6>,