From 60476560cfa1bdfc6258b49a505289223ef79ce3 Mon Sep 17 00:00:00 2001 From: ancientpower Date: Fri, 31 Jan 2020 18:23:13 -0600 Subject: [PATCH] concatenation tweak --- modular_citadel/code/modules/reagents/objects/items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/reagents/objects/items.dm b/modular_citadel/code/modules/reagents/objects/items.dm index 164e1d691d..5d207f4c73 100644 --- a/modular_citadel/code/modules/reagents/objects/items.dm +++ b/modular_citadel/code/modules/reagents/objects/items.dm @@ -107,7 +107,7 @@ if(-INFINITY to 1) color = "#c6040c" desc += " The paper looks to be around a pH of [round(cont.reagents.pH, 1)]" - name = "used " + name + name = "used [name]" used = TRUE /obj/item/fermichem/pHmeter