From 7215a670a833793d1507f8bc966ea779121802f5 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 8 Nov 2016 16:11:49 +0000 Subject: added ability to protect tamed animals --- warthog.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'warthog.lua') diff --git a/warthog.lua b/warthog.lua index e9cfbb6..75c0713 100644 --- a/warthog.lua +++ b/warthog.lua @@ -51,6 +51,7 @@ mobs:register_mob("mobs_animal:pumba", { return end + mobs:protect(self, clicker) mobs:capture_mob(self, clicker, 0, 5, 50, false, nil) end, }) -- cgit v1.2.3