mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
[NO GBP] Fixes raptors spawning regular eggs instead of raptor ones (#93949)
## About The Pull Request Forgot a debug line in, oops ## Changelog 🆑 fix: Fixed raptors spawning regular eggs instead of raptor ones /🆑
This commit is contained in:
@@ -209,7 +209,7 @@ GLOBAL_LIST_EMPTY(raptor_population)
|
||||
|
||||
/mob/living/basic/raptor/proc/add_breeding_component()
|
||||
var/static/list/partner_types = typecacheof(list(/mob/living/basic/raptor))
|
||||
var/static/list/baby_types = list(/obj/item/food/egg = 1) ///raptor_egg = 1)
|
||||
var/static/list/baby_types = list(/obj/item/food/egg/raptor_egg = 1)
|
||||
AddComponent(\
|
||||
/datum/component/breed, \
|
||||
can_breed_with = partner_types, \
|
||||
|
||||
Reference in New Issue
Block a user