mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
* Adds icon and hitsound where needed. * Moves alt_attack to /obj/item and deletes weapons.dm * Replaced /obj/item/weapon with /obj/item * Fixes merge issues. * Fix merge issues.
31 lines
779 B
Plaintext
31 lines
779 B
Plaintext
/datum/gear/smokingpipe
|
|
display_name = "pipe, smoking"
|
|
path = /obj/item/clothing/mask/smokable/pipe
|
|
|
|
/datum/gear/cornpipe
|
|
display_name = "pipe, corn"
|
|
path = /obj/item/clothing/mask/smokable/pipe/cobpipe
|
|
|
|
/datum/gear/matchbook
|
|
display_name = "matchbook"
|
|
path = /obj/item/storage/box/matches
|
|
|
|
/datum/gear/zippo
|
|
display_name = "zippo"
|
|
path = /obj/item/flame/lighter/zippo
|
|
|
|
/datum/gear/lighter
|
|
display_name = "cheap lighter"
|
|
path = /obj/item/flame/lighter
|
|
|
|
/datum/gear/cigarcase
|
|
display_name = "cigar case"
|
|
path = /obj/item/storage/fancy/cigar
|
|
|
|
/datum/gear/cigarette
|
|
display_name = "cigarette packet"
|
|
path = /obj/item/storage/fancy/cigarettes
|
|
|
|
/datum/gear/dromedaryco
|
|
display_name = "dromedaryco cigarette packet"
|
|
path = /obj/item/storage/fancy/cigarettes/dromedaryco |