From eb896a1274f3801c26d03b71057b488d6e62cc70 Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Wed, 30 Sep 2015 16:08:23 +0200 Subject: [PATCH] [mobs/shark] Update - Fix #290 --- mods/mobs/shark.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/mobs/shark.lua b/mods/mobs/shark.lua index f7b8f280..15a49857 100755 --- a/mods/mobs/shark.lua +++ b/mods/mobs/shark.lua @@ -28,6 +28,7 @@ mobs:register_mob("mobs:shark_lg", { type = "monster", attack_type = "dogfight", damage = 6, + reach = 3, hp_min = 20, hp_max = 30, armor = 150, @@ -71,6 +72,7 @@ mobs:register_mob("mobs:shark_md", { type = "monster", attack_type = "dogfight", damage = 5, + reach = 2, hp_min = 20, hp_max = 25, armor = 125,