Skip to content

Commit

Permalink
AI eukaryotes can now get chemosynthesizing proteins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Untrustedlife authored and hhyyrylainen committed Jan 12, 2019
1 parent c927c93 commit 7a015d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/microbe_stage/organelle_table.as
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ void setupOrganelles(){
chemoSynthisizingProtien.mass = 0.1;
chemoSynthisizingProtien.gene = "c";
chemoSynthisizingProtien.mesh = "chemoproteins.mesh";
chemoSynthisizingProtien.chanceToCreate = 0;
chemoSynthisizingProtien.chanceToCreate = 0.5f;
chemoSynthisizingProtien.prokaryoteChance = 1;
chemoSynthisizingProtien.mpCost = 20;
chemoSynthisizingProtien.initialComposition = {
Expand Down

0 comments on commit 7a015d1

Please sign in to comment.