From 4b0b4af2819e77e3c0ebee4b47f44bce79fd0fbd Mon Sep 17 00:00:00 2001 From: Markolie Date: Wed, 24 Dec 2014 20:06:48 +0100 Subject: [PATCH] Plasma --- code/game/machinery/atmoalter/canister.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/atmoalter/canister.dm b/code/game/machinery/atmoalter/canister.dm index ace660697bf..7afabaa849d 100644 --- a/code/game/machinery/atmoalter/canister.dm +++ b/code/game/machinery/atmoalter/canister.dm @@ -36,7 +36,7 @@ _color = "blue" can_label = 0 /obj/machinery/portable_atmospherics/canister/toxins - name = "Canister \[Toxin (Bio)\]" + name = "Canister \[Toxin (Plasma)\]" icon_state = "orange" _color = "orange" can_label = 0 @@ -336,7 +336,7 @@ update_flag "\[N2O\]" = "redws", \ "\[N2\]" = "red", \ "\[O2\]" = "blue", \ - "\[Toxin (Bio)\]" = "orange", \ + "\[Toxin (Plasma)\]" = "orange", \ "\[CO2\]" = "black", \ "\[Air\]" = "grey", \ "\[CAUTION\]" = "yellow", \