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:
TheGoret
2020-01-17 15:53:34 +01:00
committed by Matt Atlas
parent e8f2747c1c
commit de4f4cd81b
6 changed files with 76 additions and 7 deletions
@@ -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