added lipoifium canister

This commit is contained in:
Swan
2024-12-15 14:41:57 +01:00
parent 00b06c66b6
commit 7bcb2727ea
@@ -61,6 +61,7 @@
"miasma" = /obj/machinery/portable_atmospherics/canister/miasma,
"methane" = /obj/machinery/portable_atmospherics/canister/methane,
"methyl bromide" = /obj/machinery/portable_atmospherics/canister/methyl_bromide
"lipoifium" = /obj/machinery/portable_atmospherics/canister/lipoifium
)
/obj/machinery/portable_atmospherics/canister/interact(mob/user)
@@ -167,6 +168,12 @@
icon_state = "purplecyan"
gas_type = GAS_METHYL_BROMIDE
/obj/machinery/portable_atmospherics/canister/lipoifium
name = "lipoifium canister"
desc = "Lipoifium. Inhaling causes quick buildup of adipose in one's body."
icon_state = "yellowblack"
gas_type = GAS_FAT
/obj/machinery/portable_atmospherics/canister/proc/get_time_left()
if(timing)
. = round(max(0, valve_timer - world.time) / 10, 1)