From fee01f89b151203b452cee97186261348d56a3e7 Mon Sep 17 00:00:00 2001 From: killer653 Date: Fri, 15 Dec 2017 21:19:10 -0500 Subject: [PATCH] Adjustments --- .../human/species/station/station_special_vr.dm | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm index f25a7bee8c6..150aca6d16b 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm @@ -361,7 +361,6 @@ They all have four arms, the lower pair being slightly shorter than the upper, elongated heads, and smooth, dark skin. They also have four antennae atop their chitinous headshell, \ The females are known to have a 'blush'-like pattern under their eyes, making it the only superficial method to determine a Chirrets gender, as their bodies are androgynous." - hazard_low_pressure = -1 //Prevents them from dying normally in space. Special code handled below. cold_level_1 = -5000 //Temp immune cold_level_2 = -5000 cold_level_3 = -5000 @@ -372,6 +371,11 @@ breath_heat_level_2 = 500000 breath_heat_level_3 = 500000 + hazard_high_pressure = (HAZARD_HIGH_PRESSURE + 10) + warning_high_pressure =(WARNING_HIGH_PRESSURE + 10) + warning_low_pressure = (WARNING_LOW_PRESSURE - 10) + hazard_low_pressure = (HAZARD_LOW_PRESSURE - 10) + has_organ = list( O_HEART = /obj/item/organ/internal/heart/chirret, O_LUNGS = /obj/item/organ/internal/lungs/chirret, @@ -382,13 +386,6 @@ O_SILKSPINNER = /obj/item/organ/internal/silkspinner, O_NUTRIENT = /obj/item/organ/internal/diona/nutrients/chirret) - - hazard_high_pressure = (HAZARD_HIGH_PRESSURE + 10) - warning_high_pressure = (WARNING_HIGH_PRESSURE + 10) - warning_low_pressure = (WARNING_LOW_PRESSURE - 10) - hazard_low_pressure = (HAZARD_LOW_PRESSURE - 10) - - //primitive_form = "Farwa" spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED //Whitelisted as restricted is broken.