From 0e71454e5e9c0eb383de375c8c9e858166300096 Mon Sep 17 00:00:00 2001 From: Verkister Date: Sun, 22 Oct 2017 15:40:05 +0300 Subject: [PATCH] Re-enables the old vox sprites. -Requested and majorly preferred shitBIRDS --- .../mob/living/carbon/human/species/station/station_vr.dm | 7 +++++++ 1 file changed, 7 insertions(+) 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 92cc16a129c..a6018b51146 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 @@ -380,3 +380,10 @@ 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" \ No newline at end of file