master
root 2020-12-16 22:49:24 +01:00
parent 6db3a28119
commit 9627c9e59a
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ function petz.set_initial_properties(self, staticdata, dtime_s)
end
end
--DELETE THIS BLOCK IN THE NEXT UPDATE -- FOR COMPATIBIITY PURPOSES FOR OLD CHICKENS ONLY>>>
if self.type == "chicken" and self.texture_no > 1 then
if self.type == "chicken" then
self.is_baby = mobkit.remember(self, "is_baby", true)
self.texture_no = mobkit.remember(self, "texture_no", 1)
petz.set_properties(self, {textures = {self.textures[1]}})