Corrects the examine text of portable canisters to be correct to current mechanics (#20887)

* Fixes an oversight done in commit 8c24a36

* Updates-test-properly
This commit is contained in:
ppi13
2023-04-22 09:45:34 +02:00
committed by GitHub
parent 7d72183077
commit 79a46fa890
@@ -121,9 +121,9 @@ GLOBAL_DATUM_INIT(canister_icon_container, /datum/canister_icons, new())
/obj/machinery/atmospherics/portable/canister/examine(mob/user)
. = ..()
. += "<span class='notice'>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.</span>"
. += "<span class='notice'>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.</span>"
if(isAntag(user))
. += "<span class='notice'>Canisters can be damaged, spilling their contents into the air, or you can just leave the release valve open.</span>"