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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 55ae7ffc26..d98fbe29ac 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -487,8 +487,8 @@ 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)
{
- // Midpoint: 10, as in mon-data.h.
- speed = 9 + random2(3);
+ // Attack speed 10 per mon-datah.
+ speed = 11;
// Midpoint: 10, as in mon-data.h.
ev = 9 + random2(3);