From b368f3250e354167afb73194d9166c66487c0d47 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Tue, 28 Apr 2015 00:19:59 +0200 Subject: [PATCH] Update ghoat.lua --- mods/mobs/ghoat.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/mobs/ghoat.lua b/mods/mobs/ghoat.lua index 915bc36a..e210c00b 100644 --- a/mods/mobs/ghoat.lua +++ b/mods/mobs/ghoat.lua @@ -4,8 +4,8 @@ mobs:register_mob("mobs:goat", { -- animal, monster, npc, barbarian type = "animal", - -- aggressive, does 4 damage to player when threatened - passive = false, + -- aggressive, does 5 damage to player when threatened + passive = true, attack_type = "dogfight", damage = 5, -- health & armor