diff options
Diffstat (limited to 'warthog.lua')
-rw-r--r-- | warthog.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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, }) |