diff --git a/code/modules/mob/living/carbon/human/species/station/station.dm b/code/modules/mob/living/carbon/human/species/station/station.dm index 905bd3b564..da8a11a610 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -249,13 +249,13 @@ cold_discomfort_level = 215 has_organ = list( //No appendix. - O_HEART = /obj/item/organ/internal/heart, + O_HEART = /obj/item/organ/internal/heart/tajaran, O_LUNGS = /obj/item/organ/internal/lungs, O_VOICE = /obj/item/organ/internal/voicebox, O_LIVER = /obj/item/organ/internal/liver, O_KIDNEYS = /obj/item/organ/internal/kidneys, O_BRAIN = /obj/item/organ/internal/brain, - O_EYES = /obj/item/organ/internal/eyes, + O_EYES = /obj/item/organ/internal/eyes/tajaran, O_STOMACH = /obj/item/organ/internal/stomach, O_INTESTINE = /obj/item/organ/internal/intestine ) diff --git a/code/modules/organs/subtypes/tajaran.dm b/code/modules/organs/subtypes/tajaran.dm new file mode 100644 index 0000000000..c46dde783b --- /dev/null +++ b/code/modules/organs/subtypes/tajaran.dm @@ -0,0 +1,7 @@ +/obj/item/organ/internal/eyes/tajaran + icon_state = "tajaran_eyes" + +/obj/item/organ/internal/heart/tajaran + icon_state = "tajaran_heart-on" + dead_icon = "tajaran_heart-off" + diff --git a/icons/obj/surgery.dmi b/icons/obj/surgery.dmi index 0f22fa82cd..cee44a9070 100644 Binary files a/icons/obj/surgery.dmi and b/icons/obj/surgery.dmi differ