From 79a46fa890880ec46c0123890760edaab4832fa4 Mon Sep 17 00:00:00 2001 From: ppi13 Date: Sat, 22 Apr 2023 09:45:34 +0200 Subject: [PATCH] Corrects the examine text of portable canisters to be correct to current mechanics (#20887) * Fixes an oversight done in commit 8c24a36 * Updates-test-properly --- code/modules/atmospherics/machinery/portable/canister.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/atmospherics/machinery/portable/canister.dm b/code/modules/atmospherics/machinery/portable/canister.dm index fbeb6db7aac..d647dd921fa 100644 --- a/code/modules/atmospherics/machinery/portable/canister.dm +++ b/code/modules/atmospherics/machinery/portable/canister.dm @@ -121,9 +121,9 @@ GLOBAL_DATUM_INIT(canister_icon_container, /datum/canister_icons, new()) /obj/machinery/atmospherics/portable/canister/examine(mob/user) . = ..() - . += "The canister can be connected to a connector port with a wrench. Tanks of gas (the kind you can hold in your hand) \ - can be filled by the canister, by using the tank on the canister, increasing the release pressure, then opening the valve until it is full, and then close it. \ - *DO NOT* remove the tank until the valve is closed. A gas analyzer can be used to check the contents of the canister." + . += "Connect a canister to a connector port using a wrench. To fill a tank, attach it to the caniser, increase the \ + release pressure, and open the valve. Alt-click to eject the tank, or use another to hot-swap. A gas analyzer can be used to check \ + the contents of the canister." if(isAntag(user)) . += "Canisters can be damaged, spilling their contents into the air, or you can just leave the release valve open."