From 188371e96fa02627fe6a4e9653eb30a4e0ea9731 Mon Sep 17 00:00:00 2001 From: adamsong Date: Mon, 29 Aug 2022 16:39:21 -0400 Subject: [PATCH] Instable --- code/game/machinery/computer/dna_console.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/dna_console.dm b/code/game/machinery/computer/dna_console.dm index 2da37ff5174c..64040ee4ee0b 100644 --- a/code/game/machinery/computer/dna_console.dm +++ b/code/game/machinery/computer/dna_console.dm @@ -1354,7 +1354,7 @@ // If this would take us over the max instability, we inform the user. if(instability_total > max_injector_instability) - to_chat(usr,span_warning("Extra mutation would make the advanced injector too instable.")) + to_chat(usr,span_warning("Extra mutation would make the advanced injector too unstable.")) return // If we've got here, all our checks are passed and we can successfully