mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 10:32:08 +00:00
Ports ecigs (#12038)
This commit is contained in:
@@ -120,3 +120,16 @@
|
||||
cigpaper["Gen. Eric cigarette paper"] = /obj/item/storage/box/fancy/cigpaper
|
||||
cigpaper["Trident cigarette paper"] = /obj/item/storage/box/fancy/cigpaper/fine
|
||||
gear_tweaks += new /datum/gear_tweak/path(cigpaper)
|
||||
|
||||
/datum/gear/smoking/ecig
|
||||
display_name = "electronic cigarette selection"
|
||||
description = "A selection of electronic cigarettes."
|
||||
path = /obj/item/clothing/mask/smokable/ecig
|
||||
|
||||
/datum/gear/smoking/ecig/New()
|
||||
..()
|
||||
var/list/ecig = list()
|
||||
ecig["cheap electronic cigarette"] = /obj/item/clothing/mask/smokable/ecig/simple
|
||||
ecig["ordinary electronic cigarette"] = /obj/item/clothing/mask/smokable/ecig/util
|
||||
ecig["deluxe electronic cigarette"] = /obj/item/clothing/mask/smokable/ecig/deluxe
|
||||
gear_tweaks += new /datum/gear_tweak/path(ecig)
|
||||
|
||||
Reference in New Issue
Block a user