From 4fe6c0e02c258b493f91fce6bc85d053dae0752d Mon Sep 17 00:00:00 2001 From: Repede Date: Sun, 7 Apr 2024 00:12:54 -0400 Subject: [PATCH 1/2] nothermals --- .../carbon/human/species/shadekin/shadekin.dm | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm b/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm index 4cee0f6b3f..c4baaa91c2 100644 --- a/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm +++ b/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm @@ -70,11 +70,15 @@ virus_immune = 1 - breath_type = null - poison_type = null - water_breather = TRUE //They don't quite breathe - - vision_flags = SEE_SELF|SEE_MOBS + //YW changes - breathing boyes now + var/breath_type = "oxygen" // Non-oxygen gas breathed, if any. + var/poison_type = "phoron" // Poisonous air. + var/exhale_type = "carbon_dioxide" // Exhaled gas type. + var/water_breather = FALSE + var/bad_swimmer = FALSE + //End YW changes + + vision_flags = SEE_SELF appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_SKIN_COLOR | HAS_EYE_COLOR | HAS_UNDERWEAR move_trail = /obj/effect/decal/cleanable/blood/tracks/paw @@ -344,4 +348,4 @@ new_copy.energy_dark = energy_dark - return new_copy \ No newline at end of file + return new_copy From 80efa013fa3daa274a7dd593dcda19cab3797ece Mon Sep 17 00:00:00 2001 From: Repede Date: Sun, 7 Apr 2024 00:44:05 -0400 Subject: [PATCH 2/2] lungs --- .../carbon/human/species/shadekin/shadekin.dm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm b/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm index c4baaa91c2..28bc4fcb07 100644 --- a/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm +++ b/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm @@ -71,11 +71,11 @@ virus_immune = 1 //YW changes - breathing boyes now - var/breath_type = "oxygen" // Non-oxygen gas breathed, if any. - var/poison_type = "phoron" // Poisonous air. - var/exhale_type = "carbon_dioxide" // Exhaled gas type. - var/water_breather = FALSE - var/bad_swimmer = FALSE + breath_type = "oxygen" // Non-oxygen gas breathed, if any. + poison_type = "phoron" // Poisonous air. + exhale_type = "carbon_dioxide" // Exhaled gas type. + water_breather = FALSE + bad_swimmer = FALSE //End YW changes vision_flags = SEE_SELF @@ -91,7 +91,8 @@ O_BRAIN = /obj/item/organ/internal/brain/shadekin, O_EYES = /obj/item/organ/internal/eyes, O_STOMACH = /obj/item/organ/internal/stomach, - O_INTESTINE = /obj/item/organ/internal/intestine + O_INTESTINE = /obj/item/organ/internal/intestine, + O_LUNGS = /obj/item/organ/internal/lungs // YW Add - Lungs ) has_limbs = list(