mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-20 15:12:57 +00:00
20 lines
497 B
Plaintext
20 lines
497 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/ashtray
|
|
display_name = "ashtray, plastic"
|
|
path = /obj/item/weapon/material/ashtray/plastic
|