mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
Add more briefcases to the loadout and rework some icons (#7966)
Happy_Fox made sprites for briefcases and I decided to add them. He also reworked some basic hand-sprites, such as the weird outline on the brown one.
This commit is contained in:
@@ -1,17 +1,27 @@
|
||||
/datum/gear/utility
|
||||
display_name = "briefcase"
|
||||
path = /obj/item/storage/briefcase
|
||||
display_name = "clipboard"
|
||||
path = /obj/item/clipboard
|
||||
sort_category = "Utility"
|
||||
|
||||
/datum/gear/utility/briefcase
|
||||
display_name = "briefcase selection"
|
||||
description = "A selection of briefcases."
|
||||
path = /obj/item/storage/briefcase
|
||||
|
||||
/datum/gear/utility/briefcase/New()
|
||||
..()
|
||||
var/briefcases = list()
|
||||
briefcases["brown briefcase"] = /obj/item/storage/briefcase
|
||||
briefcases["black briefcase"] = /obj/item/storage/briefcase/black
|
||||
briefcases["metal briefcase"] = /obj/item/storage/briefcase/aluminium
|
||||
briefcases["NT briefcase"] = /obj/item/storage/briefcase/nt
|
||||
gear_tweaks += new/datum/gear_tweak/path(briefcases)
|
||||
|
||||
/datum/gear/utility/secure
|
||||
display_name = "secure briefcase"
|
||||
path = /obj/item/storage/secure/briefcase
|
||||
cost = 2
|
||||
|
||||
/datum/gear/utility/clipboard
|
||||
display_name = "clipboard"
|
||||
path = /obj/item/clipboard
|
||||
|
||||
/datum/gear/utility/folder
|
||||
display_name = "folders"
|
||||
path = /obj/item/folder
|
||||
|
||||
Reference in New Issue
Block a user