mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-21 15:51:31 +00:00
82 lines
2.2 KiB
Plaintext
82 lines
2.2 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", "Internal Affairs Agent")
|
|
|
|
/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
|
|
|
|
/datum/gear/headphones
|
|
display_name = "a pair of headphones"
|
|
path = /obj/item/clothing/ears/headphones
|
|
|
|
/datum/gear/blackbandana
|
|
display_name = "bandana, black"
|
|
path = /obj/item/clothing/mask/bandana/black
|
|
|
|
/datum/gear/purplebandana
|
|
display_name = "bandana, purple"
|
|
path = /obj/item/clothing/mask/bandana/purple
|
|
|
|
/datum/gear/orangebandana
|
|
display_name = "bandana, orange"
|
|
path = /obj/item/clothing/mask/bandana/orange
|
|
|
|
/datum/gear/greenbandana
|
|
display_name = "bandana, green"
|
|
path = /obj/item/clothing/mask/bandana/green
|
|
|
|
/datum/gear/bluebandana
|
|
display_name = "bandana, blue"
|
|
path = /obj/item/clothing/mask/bandana/blue
|
|
|
|
/datum/gear/redbandana
|
|
display_name = "bandana, red"
|
|
path = /obj/item/clothing/mask/bandana/red
|
|
|
|
/datum/gear/goldbandana
|
|
display_name = "bandana, gold"
|
|
path = /obj/item/clothing/mask/bandana/gold
|
|
|
|
/datum/gear/skullbandana
|
|
display_name = "bandana, skull"
|
|
path = /obj/item/clothing/mask/bandana/skull
|
|
|
|
/datum/gear/mob_hunt_game
|
|
display_name = "Nano-Mob Hunter GO! Cartridge"
|
|
path = /obj/item/weapon/cartridge/mob_hunt_game
|
|
cost = 2
|