mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
Zippo messages are no longer red. For those who want to opt out of the zippo flavor text spam, but still have a lighter at loadout, the cheap lighter has been added in there. The zippo's description has been tweaked so that it's slightly more obvious that it's going to spam flavor messages.
31 lines
821 B
Plaintext
31 lines
821 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/weapon/storage/box/matches
|
|
|
|
/datum/gear/zippo
|
|
display_name = "zippo"
|
|
path = /obj/item/weapon/flame/lighter/zippo
|
|
|
|
/datum/gear/lighter
|
|
display_name = "cheap lighter"
|
|
path = /obj/item/weapon/flame/lighter
|
|
|
|
/datum/gear/cigarcase
|
|
display_name = "cigar case"
|
|
path = /obj/item/weapon/storage/fancy/cigar
|
|
|
|
/datum/gear/cigarette
|
|
display_name = "cigarette packet"
|
|
path = /obj/item/weapon/storage/fancy/cigarettes
|
|
|
|
/datum/gear/dromedaryco
|
|
display_name = "dromedaryco cigarette packet"
|
|
path = /obj/item/weapon/storage/fancy/cigarettes/dromedaryco |