animals don't take food from player unless it is used for something

This commit is contained in:
SumianVoice 2022-07-18 23:36:26 +10:00 committed by cora
parent c626c977d1
commit a07a5b24bd
1 changed files with 0 additions and 2 deletions

View File

@ -4390,8 +4390,6 @@ function mcl_mobs:feed_tame(self, clicker, feed_count, breed, tame, notake)
-- deduct 10% of the time to adulthood
self.hornytimer = self.hornytimer + ((CHILD_GROW_TIME - self.hornytimer) * 0.1)
return true
end
-- feed and tame