mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user