mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-22 23:43:21 +00:00
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
/datum/gear/dice
|
|
display_name = "a d20"
|
|
path = /obj/item/weapon/dice/d20
|
|
|
|
/datum/gear/uplift
|
|
display_name = "a pack of Uplifts"
|
|
path = /obj/item/weapon/storage/fancy/cigarettes/cigpack_uplift
|
|
|
|
/datum/gear/robust
|
|
display_name = "a pack of Robusts"
|
|
path = /obj/item/weapon/storage/fancy/cigarettes/cigpack_robust
|
|
|
|
/datum/gear/carp
|
|
display_name = "a pack of Carps"
|
|
path = /obj/item/weapon/storage/fancy/cigarettes/cigpack_carp
|
|
|
|
/datum/gear/midori
|
|
display_name = "a pack of Midoris"
|
|
path = /obj/item/weapon/storage/fancy/cigarettes/cigpack_midori
|
|
|
|
/datum/gear/lighter
|
|
display_name = "a cheap lighter"
|
|
path = /obj/item/weapon/lighter
|
|
|
|
/datum/gear/rock
|
|
display_name = "a pet rock"
|
|
path = /obj/item/toy/pet_rock
|
|
|
|
/datum/gear/sechud
|
|
display_name = "a classic security HUD"
|
|
path = /obj/item/clothing/glasses/hud/security
|
|
allowed_roles = list("Head of Security", "Warden", "Security Officer", "Security Pod Pilot")
|
|
|
|
/datum/gear/matches
|
|
display_name = "a box of matches"
|
|
path = /obj/item/weapon/storage/box/matches
|
|
|
|
/datum/gear/cards
|
|
display_name = "a deck of cards"
|
|
path = /obj/item/toy/cards/deck
|