Raptor eggs no longer hatch into fully grown raptors (#96738)

## About The Pull Request

Closes #94485 

## Changelog
🆑
fix: Raptor eggs no longer hatch into fully grown raptors
/🆑
This commit is contained in:
SmArtKar
2026-07-02 07:11:27 +02:00
committed by GitHub
parent a555903ef6
commit 99f6ed63c9
@@ -47,6 +47,6 @@
return
visible_message(span_notice("[src] hatches with a quiet cracking sound."))
new /mob/living/basic/raptor(loc, child_color, inherited_stats)
new /mob/living/basic/raptor/baby(loc, child_color, inherited_stats)
inherited_stats = null
qdel(src)