From 1c275b00f6a916590f95c285718a0ea8f9d71172 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Thu, 21 Aug 2025 04:18:07 -0700 Subject: [PATCH] [MIRROR] Icon fix and skrell fix (#11480) Co-authored-by: Cameron Lennox --- code/modules/organs/organ_icon.dm | 2 +- code/modules/organs/subtypes/skrell.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/organs/organ_icon.dm b/code/modules/organs/organ_icon.dm index a2919650b8..bfefaf587f 100644 --- a/code/modules/organs/organ_icon.dm +++ b/code/modules/organs/organ_icon.dm @@ -170,7 +170,7 @@ GLOBAL_LIST_EMPTY(limb_icon_cache) if (transparent && !istype(src,/obj/item/organ/external/head) && can_apply_transparency && should_apply_transparency) //VORESTATION EDIT: transparent instead of nonsolid mob_icon += rgb(,,,180) //do it here so any markings become transparent as well - dir = EAST + dir = SOUTH icon = mob_icon return mob_icon diff --git a/code/modules/organs/subtypes/skrell.dm b/code/modules/organs/subtypes/skrell.dm index 8b7bc3b16c..7af40f3f42 100644 --- a/code/modules/organs/subtypes/skrell.dm +++ b/code/modules/organs/subtypes/skrell.dm @@ -15,7 +15,7 @@ icon_state = "brain_skrell" /obj/item/organ/internal/stomach/skrell - icon_state = "skrell_stomach" + icon_state = "skrell_intestine" //Skrell have no stomach sprite so this is the best we can do /obj/item/organ/internal/kidneys/skrell icon_state = "skrell_kidney"