diff --git a/scripts/gui/thrive_style.css b/scripts/gui/thrive_style.css index 90fcf86b350..f31a8cf7d5c 100644 --- a/scripts/gui/thrive_style.css +++ b/scripts/gui/thrive_style.css @@ -1192,7 +1192,7 @@ video { width: 60px; height: 60px; background-size: contain; - background-image: url("../../Textures/gui/bevel/ChromatophorIcon.png"); + background-image: url("../../Textures/gui/bevel/ChemoproteinsIcon.png"); } #PilusIcon { diff --git a/scripts/microbe_stage/organelle_table.as b/scripts/microbe_stage/organelle_table.as index 7d27a4394d3..9a4da27a739 100644 --- a/scripts/microbe_stage/organelle_table.as +++ b/scripts/microbe_stage/organelle_table.as @@ -602,7 +602,7 @@ void setupOrganelles(){ chemoSynthisizingProtien.mass = 0.1; chemoSynthisizingProtien.gene = "c"; - chemoSynthisizingProtien.mesh = "metabolosome.mesh"; + chemoSynthisizingProtien.mesh = "chemoproteins.mesh"; chemoSynthisizingProtien.chanceToCreate = 0; chemoSynthisizingProtien.prokaryoteChance = 1; chemoSynthisizingProtien.mpCost = 20;