summaryrefslogtreecommitdiff
path: root/sheep.lua
diff options
context:
space:
mode:
Diffstat (limited to 'sheep.lua')
-rw-r--r--sheep.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/sheep.lua b/sheep.lua
index 465321c..20ce8e0 100644
--- a/sheep.lua
+++ b/sheep.lua
@@ -165,6 +165,9 @@ for _, col in pairs(all_colours) do
return
end
+ -- protect mod with mobs:protector item
+ mobs:protect(self, clicker)
+
--are we capturing?
mobs:capture_mob(self, clicker, 0, 5, 60, false, nil)
end