mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 09:27:45 +01:00
fixes being unable to (re)attach nymph hands and feet (#14228)
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
|
||||
/datum/component/nymph_limb
|
||||
var/list/valid_species = list(SPECIES_UNATHI, SPECIES_SKRELL)
|
||||
var/list/valid_organs_to_replace = list(BP_L_ARM, BP_R_ARM, BP_L_LEG, BP_R_LEG)
|
||||
var/list/valid_organs_to_replace = list(BP_L_ARM, BP_L_HAND, BP_R_ARM, BP_R_HAND, BP_L_LEG, BP_L_FOOT, BP_R_LEG, BP_R_FOOT)
|
||||
// Main limb where the Nymph mob lives
|
||||
var/list/nymph_limb_types = list(
|
||||
/obj/item/organ/external/arm/nymph,
|
||||
|
||||
Reference in New Issue
Block a user