mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Head Layer / Bodymarkings Fix (#17616)
This commit is contained in:
@@ -67,9 +67,9 @@
|
||||
)
|
||||
|
||||
has_limbs = list(
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head/unbreakable/revenant),
|
||||
BP_CHEST = list("path" = /obj/item/organ/external/chest),
|
||||
BP_GROIN = list("path" = /obj/item/organ/external/groin),
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head/unbreakable/revenant),
|
||||
BP_L_ARM = list("path" = /obj/item/organ/external/arm),
|
||||
BP_R_ARM = list("path" = /obj/item/organ/external/arm/right),
|
||||
BP_L_LEG = list("path" = /obj/item/organ/external/leg),
|
||||
|
||||
@@ -181,9 +181,9 @@
|
||||
BP_STOMACH = /obj/item/organ/internal/stomach
|
||||
)
|
||||
has_limbs = list(
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head/zombie),
|
||||
BP_CHEST = list("path" = /obj/item/organ/external/chest/zombie),
|
||||
BP_GROIN = list("path" = /obj/item/organ/external/groin/zombie),
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head/zombie),
|
||||
BP_L_ARM = list("path" = /obj/item/organ/external/arm/zombie),
|
||||
BP_R_ARM = list("path" = /obj/item/organ/external/arm/right/zombie),
|
||||
BP_L_LEG = list("path" = /obj/item/organ/external/leg/zombie),
|
||||
|
||||
@@ -253,9 +253,9 @@
|
||||
var/breathing_organ // If set, this organ is required to breathe. Defaults to BP_LUNGS if the species has them.
|
||||
|
||||
var/list/has_limbs = list(
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head),
|
||||
BP_CHEST = list("path" = /obj/item/organ/external/chest),
|
||||
BP_GROIN = list("path" = /obj/item/organ/external/groin),
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head),
|
||||
BP_L_ARM = list("path" = /obj/item/organ/external/arm),
|
||||
BP_R_ARM = list("path" = /obj/item/organ/external/arm/right),
|
||||
BP_L_LEG = list("path" = /obj/item/organ/external/leg),
|
||||
@@ -871,4 +871,4 @@
|
||||
return TRUE
|
||||
|
||||
/datum/species/proc/get_species_record_sex(var/mob/living/carbon/human/H)
|
||||
return H.gender
|
||||
return H.gender
|
||||
|
||||
@@ -71,9 +71,9 @@
|
||||
has_organ = list(BP_STOMACH = /obj/item/organ/internal/stomach/diona)
|
||||
|
||||
has_limbs = list(
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head/diona),
|
||||
BP_CHEST = list("path" = /obj/item/organ/external/chest/diona),
|
||||
BP_GROIN = list("path" = /obj/item/organ/external/groin/diona),
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head/diona),
|
||||
BP_L_ARM = list("path" = /obj/item/organ/external/arm/diona),
|
||||
BP_R_ARM = list("path" = /obj/item/organ/external/arm/right/diona),
|
||||
BP_L_LEG = list("path" = /obj/item/organ/external/leg/diona),
|
||||
|
||||
@@ -69,9 +69,9 @@ var/global/list/golem_types = list(
|
||||
)
|
||||
|
||||
has_limbs = list(
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head/unbreakable),
|
||||
BP_CHEST = list("path" = /obj/item/organ/external/chest/unbreakable),
|
||||
BP_GROIN = list("path" = /obj/item/organ/external/groin/unbreakable),
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head/unbreakable),
|
||||
BP_L_ARM = list("path" = /obj/item/organ/external/arm/unbreakable),
|
||||
BP_R_ARM = list("path" = /obj/item/organ/external/arm/right/unbreakable),
|
||||
BP_L_LEG = list("path" = /obj/item/organ/external/leg/unbreakable),
|
||||
|
||||
@@ -97,9 +97,9 @@
|
||||
vision_organ = BP_EYES
|
||||
|
||||
has_limbs = list(
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head/ipc),
|
||||
BP_CHEST = list("path" = /obj/item/organ/external/chest/ipc),
|
||||
BP_GROIN = list("path" = /obj/item/organ/external/groin/ipc),
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head/ipc),
|
||||
BP_L_ARM = list("path" = /obj/item/organ/external/arm/ipc),
|
||||
BP_R_ARM = list("path" = /obj/item/organ/external/arm/right/ipc),
|
||||
BP_L_LEG = list("path" = /obj/item/organ/external/leg/ipc),
|
||||
|
||||
@@ -46,9 +46,9 @@
|
||||
possible_external_organs_modifications = list("Normal","Amputated","Prosthesis", "Diona Nymph")
|
||||
|
||||
has_limbs = list(
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head/skrell),
|
||||
BP_CHEST = list("path" = /obj/item/organ/external/chest),
|
||||
BP_GROIN = list("path" = /obj/item/organ/external/groin),
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head/skrell),
|
||||
BP_L_ARM = list("path" = /obj/item/organ/external/arm),
|
||||
BP_R_ARM = list("path" = /obj/item/organ/external/arm/right),
|
||||
BP_L_LEG = list("path" = /obj/item/organ/external/leg),
|
||||
|
||||
@@ -38,9 +38,9 @@
|
||||
push_flags = MONKEY|SLIME|SIMPLE_ANIMAL
|
||||
|
||||
has_limbs = list(
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head/unbreakable),
|
||||
BP_CHEST = list("path" = /obj/item/organ/external/chest/unbreakable),
|
||||
BP_GROIN = list("path" = /obj/item/organ/external/groin/unbreakable),
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head/unbreakable),
|
||||
BP_L_ARM = list("path" = /obj/item/organ/external/arm/unbreakable),
|
||||
BP_R_ARM = list("path" = /obj/item/organ/external/arm/right/unbreakable),
|
||||
BP_L_LEG = list("path" = /obj/item/organ/external/leg/unbreakable),
|
||||
|
||||
@@ -172,9 +172,9 @@
|
||||
)
|
||||
|
||||
has_limbs = list(
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head),
|
||||
BP_CHEST = list("path" = /obj/item/organ/external/chest/tesla_body),
|
||||
BP_GROIN = list("path" = /obj/item/organ/external/groin/tesla_body),
|
||||
BP_HEAD = list("path" = /obj/item/organ/external/head),
|
||||
BP_L_ARM = list("path" = /obj/item/organ/external/arm/tesla_body),
|
||||
BP_R_ARM = list("path" = /obj/item/organ/external/arm/right/tesla_body),
|
||||
BP_L_LEG = list("path" = /obj/item/organ/external/leg/tesla_body),
|
||||
|
||||
Reference in New Issue
Block a user