forked from mtcontrib/mob_horse
set lasso capture chance 100%
This commit is contained in:
parent
decb1c384c
commit
23ab8bddbd
2
init.lua
2
init.lua
@ -217,7 +217,7 @@ mobs:register_mob("mob_horse:horse", {
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- used to capture horse with magic lasso
|
-- used to capture horse with magic lasso
|
||||||
if mobs:capture_mob(self, clicker, nil, nil, 80, false, nil) then return end
|
if mobs:capture_mob(self, clicker, nil, nil, 100, false, nil) then return end
|
||||||
|
|
||||||
-- ride horse if saddled
|
-- ride horse if saddled
|
||||||
if self.saddle and self.owner == player_name then
|
if self.saddle and self.owner == player_name then
|
||||||
|
Loading…
Reference in New Issue
Block a user