Skip to content

Commit

Permalink
Merge pull request Revolutionary-Games#710 from Revolutionary-Games/680
Browse files Browse the repository at this point in the history
680
  • Loading branch information
Untrustedlife authored Jan 7, 2019
2 parents f38917b + b043ca1 commit c9c8532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/gui/thrive_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion scripts/microbe_stage/organelle_table.as
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c9c8532

Please sign in to comment.