summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-27 20:34:08 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-27 21:08:49 +0100
commit8d1ebe62cbe392bdafb4c56d9ea250ca0f214678 (patch)
tree695a6705311ae6706b8ac59fcda3223b6aea042c /crawl-ref
parent0bb2d8e6c92b777beb7126149ba2fadc200b461d (diff)
downloadcrawl-ref-8d1ebe62cbe392bdafb4c56d9ea250ca0f214678.tar.gz
crawl-ref-8d1ebe62cbe392bdafb4c56d9ea250ca0f214678.zip
Set the visible name to just "Orb of Destruction", "IOOD" is too long.
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/dat/database/monspell.txt2
-rw-r--r--crawl-ref/source/spl-data.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dat/database/monspell.txt b/crawl-ref/source/dat/database/monspell.txt
index d2dc14d325..0e3660d2db 100644
--- a/crawl-ref/source/dat/database/monspell.txt
+++ b/crawl-ref/source/dat/database/monspell.txt
@@ -117,7 +117,7 @@ unseen Symbol of Torment cast
@The_something@ calls on the powers of Hell!
%%%%
-Iskenderun's Orb of Destruction cast
+Orb of Destruction cast
@The_monster@ conjures a glowing orb.
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 215d28a2b8..d1f567d942 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -2642,7 +2642,7 @@
},
{
- SPELL_IOOD, "Iskenderun's Orb of Destruction",
+ SPELL_IOOD, "Orb of Destruction",
SPTYP_CONJURATION,
SPFLAG_DIR_OR_TARGET | SPFLAG_NOT_SELF,
7,