Actualizar 'api.lua'

master
runs 2018-12-22 22:31:23 +00:00 committed by ademant
parent 1ef065a902
commit 7d9a31bc75
1 changed files with 4 additions and 0 deletions

View File

@ -3963,6 +3963,10 @@ function mobs:capture_mob(self, clicker, chance_hand, chance_net, chance_lasso,
new_stack = ItemStack(mobname .. "_set")
local tmp = {}
if self.type == "monster" then
self["remove_ok"] = false
end
for _,stat in pairs(self) do
local t = type(stat)