mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 21:31:28 +02:00
animals don't take food from player unless it is used for something
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user