mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-13 03:57:31 +01:00
fix crash skeleton jockey code
This commit is contained in:
parent
e48dabc8be
commit
dc9407701e
@ -91,7 +91,7 @@ local skeleton = {
|
|||||||
},
|
},
|
||||||
on_spawn = function(self)
|
on_spawn = function(self)
|
||||||
if math.random(100) == 1 then
|
if math.random(100) == 1 then
|
||||||
self:jock_to("mobs_mc:spider", reletive_pos, rot)
|
self:jock_to("mobs_mc:spider", vector.new(0,0,0), vector.new(0,0,0))
|
||||||
end
|
end
|
||||||
return true
|
return true
|
||||||
end,
|
end,
|
||||||
|
Loading…
Reference in New Issue
Block a user