save home coords in cat entity as well

This commit is contained in:
cora 2022-05-26 15:16:06 +02:00
parent 2337e72a23
commit 6b9cb0062d
1 changed files with 1 additions and 0 deletions

View File

@ -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