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 ffea452c3f9..52d54f2139d 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 @@ -346,6 +346,8 @@ gluttonous = 0 spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED min_age = 18 + icobase = 'icons/mob/human_races/r_vox_old.dmi' + deform = 'icons/mob/human_races/r_def_vox_old.dmi' datum/species/harpy name = "Rapala" @@ -384,10 +386,3 @@ datum/species/harpy "You feel uncomfortably warm.", "Your overheated skin itches." ) - -/datum/species/vox // Re-enables the old vox sprites. - icobase = 'icons/mob/human_races/r_vox_old.dmi' - deform = 'icons/mob/human_races/r_def_vox_old.dmi' - -/obj/item/organ/external/head/vox - eye_icon = "vox_eyes_s_old" diff --git a/code/modules/organs/subtypes/vox_vr.dm b/code/modules/organs/subtypes/vox_vr.dm new file mode 100644 index 00000000000..f9c90229a5c --- /dev/null +++ b/code/modules/organs/subtypes/vox_vr.dm @@ -0,0 +1,2 @@ +/obj/item/organ/external/head/vox //Enables old vox eyes. + eye_icon = "vox_eyes_s_old" diff --git a/icons/obj/robotics_vr.dmi b/icons/obj/robotics_vr.dmi index a3adac24135..5334cf84cd7 100644 Binary files a/icons/obj/robotics_vr.dmi and b/icons/obj/robotics_vr.dmi differ diff --git a/vorestation.dme b/vorestation.dme index bf53bd2a5a9..26154e31093 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2154,6 +2154,7 @@ #include "code\modules\organs\subtypes\unathi.dm" #include "code\modules\organs\subtypes\unbreakable.dm" #include "code\modules\organs\subtypes\vox.dm" +#include "code\modules\organs\subtypes\vox_vr.dm" #include "code\modules\organs\subtypes\xenos.dm" #include "code\modules\overmap\_defines.dm" #include "code\modules\overmap\sectors.dm"