forked from mtcontrib/mob_horse
added forgotten protection rune check (thanks to Adadov)
This commit is contained in:
parent
59e3dcdaad
commit
cdbc98dedd
5
init.lua
5
init.lua
@ -92,6 +92,11 @@ mobs:register_mob("mob_horse:horse", {
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- applying protection rune
|
||||||
|
if mobs:protect(self, clicker) then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
-- make sure tamed horse is being clicked by owner only
|
-- make sure tamed horse is being clicked by owner only
|
||||||
if self.tamed and self.owner == clicker:get_player_name() then
|
if self.tamed and self.owner == clicker:get_player_name() then
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user