summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 7e04e83ca9..38a3546d49 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -258,7 +258,7 @@ void ghost_demon::init_random_demon()
if (one_chance_in(25))
spells[0] = SPELL_METAL_SPLINTERS;
if (one_chance_in(25))
- spells[0] = SPELL_ENERGY_BOLT; // eye of daevas
+ spells[0] = SPELL_ENERGY_BOLT; // eye of devastation
if (one_chance_in(25))
spells[1] = SPELL_STEAM_BALL;