Skip to content

Commit

Permalink
Merge pull request #5847 from hex37/pro-choice-pr
Browse files Browse the repository at this point in the history
Janetics Embryo PR
  • Loading branch information
Trilbyspaceclone authored Nov 17, 2024
2 parents 65d9611 + 5960c56 commit f98c73a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/genetics/machinery/genetics_cloner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ This makes cloning vat is probably the most dangerous tool in Genetics. Because
return

if(embryo)
addLog("Error, Please vacate the dead embryo from the chamber~!")
addLog("Error, Please vacate the nonviable embryo from the chamber~!")
return

container = find_container()
Expand Down Expand Up @@ -373,12 +373,12 @@ This makes cloning vat is probably the most dangerous tool in Genetics. Because
//TODO: SPECIAL BREAKOUT EVENT
breakout()
else
addLog("Protein not available~, The Embryo has starved to death.")
addLog("Protein not available~, The Embryo has starved.")
stop() //The clone is dead.
else if(clone_ready)
visible_message(SPAN_DANGER("The creature inside the cloning vat begins to stir..."))
else
addLog("Protein container not found~, The Embryo has starved to death.")
addLog("Protein container not found~, The Embryo has starved.")
stop()
else
breakout()
Expand Down

0 comments on commit f98c73a

Please sign in to comment.