mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 11:53:46 +01:00
save home coords in cat entity as well
This commit is contained in:
parent
2337e72a23
commit
6b9cb0062d
@ -290,6 +290,7 @@ local function spawn_witch(p1,p2)
|
||||
witch.can_despawn = false
|
||||
cat.object:set_properties({textures = {"mobs_mc_cat_black.png"}})
|
||||
cat.owner = "!witch!" --so it's not claimable by player
|
||||
cat._home = c
|
||||
cat.can_despawn = false
|
||||
return
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user