added lipoifium canister
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user