new setting 'protect_beehive' to avoid honey plundering

master
root 2022-06-24 13:59:25 +02:00
parent a47472e2fb
commit 9115576ec7
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ function petz.set_initial_properties(self, staticdata, dtime_s)
--DELETE THIS BLOCK IN A FUTURE UPDATE -- behive changed to beehive>>>
if self.behive then
self.beehive = kitz.remember(self, "beehive", self.behive)
self.behive = nil
self.behive = kitz.remember(self, "behive", nil)
end
--<<<
if self.horseshoes and not captured_mob then