Fix alien egg not being able to can (#27537)

* Force body eggs to call parent `on_life()`

* Force body eggs to call parent `dead_process()`

* Call parent
This commit is contained in:
Mikhail Dzianishchyts
2024-12-08 00:50:23 +00:00
committed by GitHub
parent aa140c1184
commit 3336bfd43b
3 changed files with 7 additions and 0 deletions
@@ -28,6 +28,7 @@
return S
/obj/item/organ/internal/body_egg/alien_embryo/on_life()
..()
switch(stage)
if(2)
if(prob(2))