diff --git a/interface_mobs_api.lua b/interface_mobs_api.lua index 35e60d1..01ed673 100644 --- a/interface_mobs_api.lua +++ b/interface_mobs_api.lua @@ -122,10 +122,14 @@ mobs.mob_class.update_tag = function(self) if self.horny == true then + local HORNY_TIME = 30 + local HORNY_AGAIN_TIME = 60 * 5 -- 5 minutes + text = "\nLoving: " .. (self.hornytimer - (HORNY_TIME + HORNY_AGAIN_TIME)) elseif self.child == true then + local CHILD_GROW_TIME = 60 * 20 -- 20 minutes text = "\nGrowing: " .. (self.hornytimer - CHILD_GROW_TIME) elseif self._breed_countdown then