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 83e37ed4ab..a5fc32891b 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -487,7 +487,7 @@ static mon_attack_flavour _very_ugly_thing_flavour_upgrade(mon_attack_flavour u_
void ghost_demon::init_ugly_thing(bool very_ugly, bool only_mutate,
unsigned char force_colour)
{
- // Attack speed: 11, the same as in mon-data.h.
+ // Move speed: 11, the same as in mon-data.h.
speed = 11;
// Midpoint: 10, as in mon-data.h.