From 78092ffc87c24879be8e23d77f6f2090c69212e5 Mon Sep 17 00:00:00 2001 From: 1n48yg Date: Sun, 30 Dec 2018 11:09:03 -0800 Subject: [PATCH 1/2] Added a placeholder chemosynthesising proteins icon --- scripts/gui/thrive_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gui/thrive_style.css b/scripts/gui/thrive_style.css index 23b506fdb4c..7d21a168c0d 100644 --- a/scripts/gui/thrive_style.css +++ b/scripts/gui/thrive_style.css @@ -1199,7 +1199,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 { From 9d3a889dec623c60f218f487e9f4802bab5ad66c Mon Sep 17 00:00:00 2001 From: Untrustedlife Date: Mon, 7 Jan 2019 15:00:59 -0600 Subject: [PATCH 2/2] chemosynthesizing proteins now use the new model and texture. --- scripts/microbe_stage/organelle_table.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;