From 42886ff263a144f64ec94408648c98161f125f7d Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Thu, 11 Jan 2018 05:20:02 -0800 Subject: [PATCH] Fix description of relabelled canisters And also fix name propriety of BZ canisters. --- code/modules/atmospherics/machinery/portable/canister.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/atmospherics/machinery/portable/canister.dm b/code/modules/atmospherics/machinery/portable/canister.dm index b14c17d875c..13bef3ba1bf 100644 --- a/code/modules/atmospherics/machinery/portable/canister.dm +++ b/code/modules/atmospherics/machinery/portable/canister.dm @@ -84,7 +84,7 @@ gas_type = /datum/gas/plasma /obj/machinery/portable_atmospherics/canister/bz - name = "BZ canister" + name = "\improper BZ canister" desc = "BZ, a powerful hallucinogenic nerve agent." icon_state = "purple" gas_type = /datum/gas/bz @@ -383,7 +383,7 @@ if(newtype) var/obj/machinery/portable_atmospherics/canister/replacement = newtype name = initial(replacement.name) - desc = initial(replacement.name) + desc = initial(replacement.desc) icon_state = initial(replacement.icon_state) if("restricted") restricted = !restricted