vgstation-coders / vgstation13

Butts
GNU General Public License v3.0
260 stars 541 forks source link

Borer eggs not able to hatch reliably #18405

Open Pathid opened 6 years ago

Pathid commented 6 years ago

Borer eggs can just refuse to hatch for a whole round even if the environment meets the conditions.

https://github.com/vgstation-coders/vgstation13/blob/793555b2fd0e1d3f4d1fee34e53c3c37b0a3f662/code/modules/mob/living/simple_animal/borer/egg.dm#L19-L22

They don't send out recruitment prompts to ghosts or send this message:

https://github.com/vgstation-coders/vgstation13/blob/793555b2fd0e1d3f4d1fee34e53c3c37b0a3f662/code/modules/mob/living/simple_animal/borer/egg.dm#L55

Not sure if it's dependent on the gas mix but it does seem to happen to all the eggs at once or none of them.

Exxion commented 6 years ago

Oh yeah, if memory serves this is an old one. I seem to recall that deleting the recruiter and calling Grow() on it fixes it, but I can't figure out why