summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-01-02 22:21:56 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-01-02 22:21:56 -0600
commit15d9924a925ab39e2398b95638ebfcfbc3062c4e (patch)
tree3fd56c0385afd75dd27753cca7070d6d61e998da /crawl-ref/source/ghost.cc
parent49cbc40fb50653358e85a3ff5fd4833b45fea867 (diff)
downloadcrawl-ref-15d9924a925ab39e2398b95638ebfcfbc3062c4e.tar.gz
crawl-ref-15d9924a925ab39e2398b95638ebfcfbc3062c4e.zip
Fix comment.
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 d98fbe29ac..83e37ed4ab 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 10 per mon-datah.
+ // Attack speed: 11, the same as in mon-data.h.
speed = 11;
// Midpoint: 10, as in mon-data.h.