From 4ed5c7eb18df2d0e3a4b55dff0b85f7e2d80c8db Mon Sep 17 00:00:00 2001 From: Milan Date: Sat, 19 Jan 2019 12:45:32 +0100 Subject: [PATCH] tweak pig_evil --- mobs/pig_evil.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobs/pig_evil.lua b/mobs/pig_evil.lua index d19e6d2..3e8e619 100644 --- a/mobs/pig_evil.lua +++ b/mobs/pig_evil.lua @@ -1,6 +1,6 @@ local pigdef = { - type = "monster", - passive = true, + type = "animal", + passive = false, reach = 3, damage = 6, attack_type = "explode",