diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index c07a3667a02..ceb5bc72b02 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -520,11 +520,6 @@ butt_sprite = "slime" //Has default darksight of 2. - male_cough_sounds = null //slime people don't have lungs - female_cough_sounds = null - male_sneeze_sound = null - female_sneeze_sound = null - has_organ = list( "brain" = /obj/item/organ/internal/brain/slime ) @@ -744,11 +739,6 @@ slowdown = 5 remains_type = /obj/effect/decal/cleanable/ash - male_cough_sounds = null //diona don't have lungs - female_cough_sounds = null - male_sneeze_sound = null - female_sneeze_sound = null - warning_low_pressure = 50 hazard_low_pressure = -1