From b602fd8c1b472fb239bb4febf09c9083f5e8b568 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 29 Mar 2019 10:35:11 -0400 Subject: [PATCH] Cleans up code --- code/__defines/chemistry_vr.dm | 5 +---- .../mob/living/carbon/human/species/station/station_vr.dm | 6 ------ 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/code/__defines/chemistry_vr.dm b/code/__defines/chemistry_vr.dm index 8a0c9e4e734..094bfc2139f 100644 --- a/code/__defines/chemistry_vr.dm +++ b/code/__defines/chemistry_vr.dm @@ -1,5 +1,2 @@ // More for our custom races -//#define IS_SERGAL 10 -//#define IS_AKULA 11 -//#define IS_NEVREAN 12 -#define IS_CHIMERA 11 \ No newline at end of file +#define IS_CHIMERA 12 \ No newline at end of file diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index c3347b7e13e..a4563fdf9de 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -37,8 +37,6 @@ flesh_color = "#AFA59E" base_color = "#777777" - //reagent_tag = IS_SERGAL - heat_discomfort_strings = list( "Your fur prickles in the heat.", "You feel uncomfortably warm.", @@ -99,8 +97,6 @@ base_color = "#777777" blood_color = "#1D2CBF" - //reagent_tag = IS_AKULA - /datum/species/akula/can_breathe_water() return TRUE // Surprise, SHERKS. @@ -140,8 +136,6 @@ flesh_color = "#AFA59E" base_color = "#333333" - //reagent_tag = IS_SERGAL - heat_discomfort_strings = list( "Your fur prickles in the heat.", "You feel uncomfortably warm.",