mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +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:
@@ -11,4 +11,22 @@
|
||||
max_w_class = 3
|
||||
max_storage_space = 16
|
||||
use_sound = 'sound/items/storage/briefcase.ogg'
|
||||
drop_sound = 'sound/items/drop/backpack.ogg'
|
||||
drop_sound = 'sound/items/drop/backpack.ogg'
|
||||
|
||||
/obj/item/storage/briefcase/black
|
||||
name = "black briefcase"
|
||||
icon_state = "briefcase_black"
|
||||
item_state = "briefcase_black"
|
||||
desc = "Named for lawyers carrying briefs in a case. It's about time they had something named for them, isn't it?"
|
||||
|
||||
/obj/item/storage/briefcase/aluminium
|
||||
name = "metal briefcase"
|
||||
desc = "A heavy-duty briefcase for your most important documents."
|
||||
icon_state = "briefcase_alum"
|
||||
item_state = "briefcase_alum"
|
||||
|
||||
/obj/item/storage/briefcase/nt
|
||||
name = "\improper NT briefcase"
|
||||
desc = "The NanoTrasen-branded briefcase is an elegant, yet functional upgrade to the traditional black briefcase. The logo is the only difference, though."
|
||||
icon_state = "briefcase_corpnt"
|
||||
item_state = "briefcase_corpnt"
|
||||
|
||||
Reference in New Issue
Block a user