From 67a648094117721053a0061b0a58a3274a658fdf Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Sat, 18 Jul 2015 19:58:09 +0200 Subject: [PATCH] Fixes #10220. For the sake of consistency between mapped in and created phoron canisters, if nothing else. --- code/game/machinery/atmoalter/canister.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/atmoalter/canister.dm b/code/game/machinery/atmoalter/canister.dm index 47bf531d5e..3c1057e057 100644 --- a/code/game/machinery/atmoalter/canister.dm +++ b/code/game/machinery/atmoalter/canister.dm @@ -343,7 +343,7 @@ update_flag "\[N2O\]" = "redws", \ "\[N2\]" = "red", \ "\[O2\]" = "blue", \ - "\[Toxin (Bio)\]" = "orange", \ + "\[Phoron\]" = "orange", \ "\[CO2\]" = "black", \ "\[Air\]" = "grey", \ "\[CAUTION\]" = "yellow", \