diff --git a/code/modules/atmospherics/machinery/portable/canister.dm b/code/modules/atmospherics/machinery/portable/canister.dm index 9ddd9db7ebd9..c73f0533d5cc 100644 --- a/code/modules/atmospherics/machinery/portable/canister.dm +++ b/code/modules/atmospherics/machinery/portable/canister.dm @@ -145,6 +145,11 @@ gas_type = /datum/gas/miasma filled = 1 +/obj/machinery/portable_atmospherics/canister/dilithium + name = "Dilithium canister" + desc = "A gas produced from dilithium crystal." + icon_state = "pink" + gas_type = /datum/gas/dilithium /obj/machinery/portable_atmospherics/canister/proc/get_time_left() diff --git a/icons/obj/atmos.dmi b/icons/obj/atmos.dmi index ac5853f59704..af89f0ca566c 100644 Binary files a/icons/obj/atmos.dmi and b/icons/obj/atmos.dmi differ