diff --git a/code/modules/surgery/organs/liver.dm b/code/modules/surgery/organs/liver.dm index e8cbb80203..1c81f31d45 100755 --- a/code/modules/surgery/organs/liver.dm +++ b/code/modules/surgery/organs/liver.dm @@ -59,7 +59,7 @@ /obj/item/organ/liver/plasmaman name = "reagent processing crystal" - icon_state = "pliver" + icon_state = "liver-p" desc = "A large crystal that is somehow capable of metabolizing chemicals, these are found in plasmamen." /obj/item/organ/liver/cybernetic diff --git a/code/modules/surgery/organs/stomach.dm b/code/modules/surgery/organs/stomach.dm index 21b6f6abb3..3ddf658ecd 100755 --- a/code/modules/surgery/organs/stomach.dm +++ b/code/modules/surgery/organs/stomach.dm @@ -64,5 +64,5 @@ /obj/item/organ/stomach/plasmaman name = "digestive crystal" - icon_state = "pstomach" + icon_state = "stomach-p" desc = "A strange crystal that is responsible for metabolizing the unseen energy force that feeds plasmamen." diff --git a/icons/obj/surgery.dmi b/icons/obj/surgery.dmi index d18a1bf262..12422683d9 100755 Binary files a/icons/obj/surgery.dmi and b/icons/obj/surgery.dmi differ