From 0c40d9f5675d16c53f02b5a75d998aba2ac94c70 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Wed, 14 Oct 2009 11:34:12 +0200 Subject: A different level 3 long blades hit message vs ogres. --- crawl-ref/source/fight.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crawl-ref/source/fight.cc') diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc index 2f3d899835..2500800143 100644 --- a/crawl-ref/source/fight.cc +++ b/crawl-ref/source/fight.cc @@ -1793,6 +1793,11 @@ int melee_attack::player_weapon_type_modify(int damage) attack_verb = "slash"; else if (damage < HIT_STRONG) attack_verb = "slice"; + else if (mons_genus(defender_as_monster()->type) == MONS_OGRE) + { + attack_verb = "dice"; + verb_degree = " like an onion"; + } else { attack_verb = "open"; -- cgit v1.2.3-54-g00ecf