From 02c91122c3756bd93179f55c574d42555e680b74 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Mon, 5 Apr 2021 17:29:02 +0100 Subject: [PATCH] Message tweak --- code/modules/reagents/reagent_dispenser.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_dispenser.dm b/code/modules/reagents/reagent_dispenser.dm index fe7d34053e1..c58cb676cc0 100644 --- a/code/modules/reagents/reagent_dispenser.dm +++ b/code/modules/reagents/reagent_dispenser.dm @@ -44,7 +44,7 @@ /obj/structure/reagent_dispensers/examine(mob/user) . = ..() if(can_be_unwrenched) - . += "You can [anchored ? "unlock the wheels" : "lock it in place"] with a Wrench" + . += "The wheels look like they can be [anchored ? "unlocked" : "locked in place"] with a wrench." /obj/structure/reagent_dispensers/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume) ..()