mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
-ports bay newest loadout system, which is pretty much a tab of their own, with different sections instead of a single list -adds code that allows for several tweaks of custom loadout, like color, item path and contents -adds dumb lunchboxes that can be filled with some food selection -adds the option to select pre-filled vacuum-flasks or flasks -also tries to fix the issues with xeno gear again
27 lines
729 B
Plaintext
27 lines
729 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/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 |