Skip to content

Commit

Permalink
Update genetics_cloner.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
hex37 committed Nov 17, 2024
1 parent dd4553b commit 5960c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/genetics/machinery/genetics_cloner.dm
Original file line number Diff line number Diff line change
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 5960c56

Please sign in to comment.