can only shear your own sheep

This commit is contained in:
TenPlus1 2018-01-22 16:09:22 +00:00
parent 284021ebb7
commit 468f459fb6
1 changed files with 2 additions and 2 deletions

View File

@ -94,12 +94,14 @@ stepheight = 0.6,
local item = clicker:get_wielded_item()
local itemname = item:get_name()
local name = clicker:get_player_name()
--are we giving a haircut>
if itemname == "mobs:shears" then
if self.gotten ~= false
or self.child ~= false
or name ~= self.owner
or not minetest.get_modpath("wool") then
return
end
@ -132,8 +134,6 @@ stepheight = 0.6,
return
end
local name = clicker:get_player_name()
--are we coloring?
if itemname:find("dye:") then