summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 2b1eeef209..cfcc31cd54 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -787,7 +787,7 @@ static void _xom_checks_damage(kill_method_type death_type,
if (!player_monster_visible(monster))
amusementvalue += 10;
- if (monster->speed < (int)player_movement_speed())
+ if (monster->speed < 100/player_movement_speed())
amusementvalue += 8;
if (death_type != KILLED_BY_BEAM