mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
52 lines
1.3 KiB
Plaintext
52 lines
1.3 KiB
Plaintext
// "Useful" items - I'm guessing things that might be used at work?
|
|
/datum/gear/utility
|
|
display_name = "briefcase"
|
|
path = /obj/item/weapon/storage/briefcase
|
|
sort_category = "Utility"
|
|
|
|
/datum/gear/utility/clipboard
|
|
display_name = "clipboard"
|
|
path = /obj/item/weapon/clipboard
|
|
|
|
/datum/gear/utility/communicator
|
|
display_name = "personal communicator"
|
|
path = /obj/item/device/communicator
|
|
cost = 0
|
|
|
|
/datum/gear/utility/folder_blue
|
|
display_name = "folder, blue"
|
|
path = /obj/item/weapon/folder/blue
|
|
|
|
/datum/gear/utility/folder_grey
|
|
display_name = "folder, grey"
|
|
path = /obj/item/weapon/folder
|
|
|
|
/datum/gear/utility/folder_red
|
|
display_name = "folder, red"
|
|
path = /obj/item/weapon/folder/red
|
|
|
|
/datum/gear/utility/folder_white
|
|
display_name = "folder, white"
|
|
path = /obj/item/weapon/folder/white
|
|
|
|
/datum/gear/utility/folder_yellow
|
|
display_name = "folder, yellow"
|
|
path = /obj/item/weapon/folder/yellow
|
|
|
|
/datum/gear/utility/paicard
|
|
display_name = "personal AI device"
|
|
path = /obj/item/device/paicard
|
|
|
|
/datum/gear/utility/securecase
|
|
display_name = "secure briefcase"
|
|
path =/obj/item/weapon/storage/secure/briefcase
|
|
cost = 2
|
|
|
|
/datum/gear/utility/flashlight
|
|
display_name = "flashlight"
|
|
path = /obj/item/device/flashlight
|
|
|
|
/datum/gear/utility/maglight
|
|
display_name = "flashlight, maglight"
|
|
path = /obj/item/device/flashlight/maglight
|
|
cost = 2 |