summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 4128279a4d..da37438439 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -1956,7 +1956,7 @@ bool melee_attack::apply_damage_brand()
case SPWPN_ORC_SLAYING:
if (defender->mons_species() == MONS_ORC)
{
- special_damage = 1 + random2(damage_done);
+ special_damage = 1 + random2(3*damage_done/2);
if (defender_visible)
special_damage_message =
make_stringf(
@@ -1971,7 +1971,7 @@ bool melee_attack::apply_damage_brand()
if (mons_genus(defender->mons_species()) == MONS_DRAGON
|| mons_genus(defender->mons_species()) == MONS_DRACONIAN)
{
- special_damage = 1 + random2(damage_done);
+ special_damage = 1 + random2(3*damage_done/2);
if (defender_visible)
special_damage_message =
make_stringf(