From b8ec7c69a689467c8dd3d086adb1806777b84360 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Wed, 12 Nov 2014 23:54:45 +0100 Subject: [PATCH] Tweak the damage of the mess monster Try for 7 damages when hit with a mess_arrow a player (by a mese_monster) --- mods/mobs/mese_monster.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mobs/mese_monster.lua b/mods/mobs/mese_monster.lua index a149317b..7c5ca802 100644 --- a/mods/mobs/mese_monster.lua +++ b/mods/mobs/mese_monster.lua @@ -82,7 +82,7 @@ mobs:register_arrow("mobs:mese_arrow", { player:punch(self.object, 1.0, { full_punch_interval=1.0, - damage_groups = {fleshy=1}, + damage_groups = {fleshy=7}, }, 0) -- {x=s.x-p.x, y=s.y-p.y, z=s.z-p.z}) end,