Message tweak

This commit is contained in:
AffectedArc07
2021-04-05 17:29:02 +01:00
parent 7755b4f4b4
commit 02c91122c3
+1 -1
View File
@@ -44,7 +44,7 @@
/obj/structure/reagent_dispensers/examine(mob/user)
. = ..()
if(can_be_unwrenched)
. += "<span class='notice'>You can </b>[anchored ? "unlock the wheels" : "lock it in place"] with a <b>Wrench</b>"
. += "<span class='notice'>The wheels look like they can be <b>[anchored ? "unlocked" : "locked in place"]</b> with a <b>wrench</b>."
/obj/structure/reagent_dispensers/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume)
..()