summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 12:45:08 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 12:45:08 +0000
commit28a1ee4ae6389c6b2694d8bf1ed386038a52c56f (patch)
tree07f846cd91b723f895370cdc8679014d02ad072e /crawl-ref/source/mon-spll.h
parent8c222da8ebfbc1f7a999f2c6a264c7af252ce3cf (diff)
downloadcrawl-ref-28a1ee4ae6389c6b2694d8bf1ed386038a52c56f.tar.gz
crawl-ref-28a1ee4ae6389c6b2694d8bf1ed386038a52c56f.zip
For consistency, rename the "Summon Ugly Things" spell to "Summon Ugly
Thing". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4365 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-spll.h')
-rw-r--r--crawl-ref/source/mon-spll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index 9c9713c5bb..2aa363e8ed 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -197,7 +197,7 @@
{
SPELL_BOLT_OF_FIRE,
SPELL_BOLT_OF_COLD,
- SPELL_SUMMON_UGLY_THINGS,
+ SPELL_SUMMON_UGLY_THING,
SPELL_PARALYSE,
SPELL_ISKENDERUNS_MYSTIC_BLAST,
SPELL_TELEPORT_SELF }