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