From 38b3ec6bb92c7ab4a56f95bdd7dc65a4a5ed5964 Mon Sep 17 00:00:00 2001 From: Weuyn <59979096+Weuyn@users.noreply.github.com> Date: Fri, 17 Jan 2025 04:48:15 +0000 Subject: [PATCH] Update chem_simulator.dm --- code/modules/reagents/chemistry_machinery/chem_simulator.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry_machinery/chem_simulator.dm b/code/modules/reagents/chemistry_machinery/chem_simulator.dm index 6e2e27a40cdb..a1b2ae82e380 100644 --- a/code/modules/reagents/chemistry_machinery/chem_simulator.dm +++ b/code/modules/reagents/chemistry_machinery/chem_simulator.dm @@ -558,7 +558,7 @@ status_bar = "CLEARANCE INSUFFICIENT FOR AMPLIFICATION" return FALSE if(target_property.level >= target_property.max_level) - status_bar = "MAXIMUM PROPERTY LEVEL REACHED" + status_bar = "MAXIMUM AMPLIFICATION LEVEL REACHED" return FALSE else status_bar = "TARGET NOT SELECTED"