Files
Aurora.3/code/game/objects/items/weapons/storage/briefcase.dm
2020-09-06 17:37:56 -03:00

41 lines
1.5 KiB
Plaintext

/obj/item/storage/briefcase
name = "briefcase"
desc = "It's made of AUTHENTIC faux-leather and has a price-tag still attached. Its owner must be a real professional."
icon_state = "briefcase"
item_state = "briefcase"
item_icons = list(
slot_l_hand_str = 'icons/mob/items/storage/lefthand_briefcase.dmi',
slot_r_hand_str = 'icons/mob/items/storage/righthand_briefcase.dmi'
)
flags = CONDUCT
force = 8.0
throw_speed = 1
throw_range = 4
w_class = ITEMSIZE_LARGE
max_w_class = ITEMSIZE_NORMAL
max_storage_space = 16
use_sound = 'sound/items/storage/briefcase.ogg'
drop_sound = 'sound/items/drop/backpack.ogg'
pickup_sound = 'sound/items/pickup/backpack.ogg'
/obj/item/storage/briefcase/real
desc = "A leather briefcase, made of real leather. Looks fancy, owner must be real proud."
/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"