You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This concerns li37: /datum/species/regenerate_organs in modular_doppler/modular_customization/preferences/ears.dm
Android characters with non-standard, animal ears, e.g bunny, have a runtime which occurs when the character spawns in. It seems this is because it tries to load the get_global_feature_list() of the animal ears onto the mutantears variable of datum/species/android, which are /obj/item/organ/internal/ears/cybernetic and have their own get_global_feature_list().
Runtime in code/datums/bodypart_overlays/mutant_bodypart_overlay.dm, line 156: External organ /datum/bodypart_overlay/mutant/ears/cybernetic couldn't find sprite accessory Bunny (Tall)!
Issue Summary:
This concerns li37:
/datum/species/regenerate_organs
inmodular_doppler/modular_customization/preferences/ears.dm
Android characters with non-standard, animal ears, e.g bunny, have a runtime which occurs when the character spawns in. It seems this is because it tries to load the
get_global_feature_list()
of the animal ears onto themutantears
variable ofdatum/species/android
, which are/obj/item/organ/internal/ears/cybernetic
and have their ownget_global_feature_list()
.Runtime in code/datums/bodypart_overlays/mutant_bodypart_overlay.dm, line 156: External organ /datum/bodypart_overlay/mutant/ears/cybernetic couldn't find sprite accessory Bunny (Tall)!
Test Merge Information:
It involves this test-merge: #128
Reproduction Steps:
The text was updated successfully, but these errors were encountered: