diff --git a/code/modules/surgery/organs/vocal_cords.dm b/code/modules/surgery/organs/vocal_cords.dm index 632ea519307..e817557cc25 100644 --- a/code/modules/surgery/organs/vocal_cords.dm +++ b/code/modules/surgery/organs/vocal_cords.dm @@ -25,8 +25,7 @@ desc = "Fragments of adamantine exists in all golems, stemming from their origins as purely magical constructs. These are used to \"hear\" messages from their leaders." zone = "head" slot = "adamantine_resonator" - icon_state = "appendix" - color = "#40E0D0" + icon_state = "adamantine_resonator" /obj/item/organ/vocal_cords/adamantine name = "adamantine vocal cords" @@ -34,8 +33,7 @@ actions_types = list(/datum/action/item_action/organ_action/use/adamantine_vocal_cords) zone = "mouth" slot = "vocal_cords" - icon_state = "voice_of_god" - color = "#40E0D0" + icon_state = "adamantine_cords" /datum/action/item_action/organ_action/use/adamantine_vocal_cords/Trigger() if(!IsAvailable()) diff --git a/icons/obj/surgery.dmi b/icons/obj/surgery.dmi index 19d6275d785..78657abe361 100644 Binary files a/icons/obj/surgery.dmi and b/icons/obj/surgery.dmi differ