Files
Aurora.3/code/game/objects/items/weapons/storage/briefcase.dm
T
Wowzewow (Wezzy)andGitHub f046ebe584 Borg Bag Fixes and Refactors (#20578)
Fixes #19603
Fixes #20558

- bugfix: "Fixes plant bags - now uses storage_slot system, along with
other bag subtypes."
  - bugfix: "Borgs can interact with tables again."
  - refactor: "Refactors make_exact_fit to be a binary variable."
- refactor: "Refactors storage items to use make_exact_fit instead of
arbitrary max_storage_space values."
- refactor: "Refactors storage items to use defines for storage space."
  - bugfix: "Fixes monkey cube boxes having superfluous overlay."
  - rscadd: "Updates the progress bar toggle message."
- qol: "Objects that rotated 90 degrees in storage no longer rotate in
storage slots."
 
<img width="732" alt="dreamseeker_qRVkIlYN78"
src="https://github.com/user-attachments/assets/1226ed22-52c1-4965-a1b4-2290e56a2ab3"
/>
2025-03-12 09:12:27 +00:00

39 lines
1.4 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 = 'icons/obj/storage/briefcase.dmi'
icon_state = "briefcase"
item_state = "briefcase"
contained_sprite = TRUE
obj_flags = OBJ_FLAG_CONDUCTABLE
force = 18
throw_speed = 1
throw_range = 4
w_class = WEIGHT_CLASS_BULKY
max_w_class = WEIGHT_CLASS_NORMAL
max_storage_space = DEFAULT_LARGEBOX_STORAGE
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"