From 23ab8bddbdb67a645feda60a267e7a4c0a8fd49d Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Thu, 10 Jun 2021 15:54:30 +0100 Subject: [PATCH] set lasso capture chance 100% --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index a8bd8c2..b72d2bb 100644 --- a/init.lua +++ b/init.lua @@ -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