set lasso capture chance 100%

This commit is contained in:
tenplus1 2021-06-10 15:54:30 +01:00
parent decb1c384c
commit 23ab8bddbd
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ mobs:register_mob("mob_horse:horse", {
end
-- 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
if self.saddle and self.owner == player_name then