diff --git a/code/modules/surgery/organs/subtypes/skrell.dm b/code/modules/surgery/organs/subtypes/skrell.dm index a3edc708a21..4e0994b52da 100644 --- a/code/modules/surgery/organs/subtypes/skrell.dm +++ b/code/modules/surgery/organs/subtypes/skrell.dm @@ -7,7 +7,7 @@ /obj/item/organ/internal/headpocket name = "headpocket" desc = "Allows Skrell to hide tiny objects within their head tentacles." - icon_state = "kid_lantern" + icon_state = "skrell_headpocket" origin_tech = "biotech=2" w_class = WEIGHT_CLASS_TINY parent_organ = "head" diff --git a/icons/obj/surgery.dmi b/icons/obj/surgery.dmi index 64f049fbdd9..f411689d1fd 100644 Binary files a/icons/obj/surgery.dmi and b/icons/obj/surgery.dmi differ