From c5e5092749fb2b6a929cb3fcc0d7cc7106b3e9e3 Mon Sep 17 00:00:00 2001 From: ancientpower Date: Fri, 31 Jan 2020 17:29:52 -0600 Subject: [PATCH] fixes a typo with ph strips and adds feedback --- modular_citadel/code/modules/reagents/objects/items.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/reagents/objects/items.dm b/modular_citadel/code/modules/reagents/objects/items.dm index 6221bdde18..164e1d691d 100644 --- a/modular_citadel/code/modules/reagents/objects/items.dm +++ b/modular_citadel/code/modules/reagents/objects/items.dm @@ -71,7 +71,7 @@ if(!istype(cont)) return if(used == TRUE) - to_chat(user, "[user] has already been used!") + to_chat(user, "[src] has already been used!") return if(!LAZYLEN(cont.reagents.reagent_list)) return @@ -107,6 +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 used = TRUE /obj/item/fermichem/pHmeter