Port vapes to Initialize() (#1224)

This commit is contained in:
CitadelStationBot
2017-05-27 15:32:59 -05:00
committed by kevinz000
parent 740f172772
commit 8a3cd334db
@@ -634,8 +634,8 @@ CIGARETTE PACKETS ARE IN FANCY.DM
return (TOXLOSS|OXYLOSS)
/obj/item/clothing/mask/vape/New(loc, var/param_color = null)
..()
/obj/item/clothing/mask/vape/Initialize(mapload, param_color)
. = ..()
create_reagents(chem_volume)
reagents.set_reacting(FALSE) // so it doesn't react until you light it
reagents.add_reagent("nicotine", 50)