Skip to content

Commit

Permalink
[MIRROR] Adds evidence bag boxes to the Lawyer's wardrobe (#1462)
Browse files Browse the repository at this point in the history
* Adds evidence bag boxes to the Lawyer's wardrobe (#81965)

## About The Pull Request
Adds 2 boxes of evidence baggies to list of available items from the
LawDrobe.
## Why It's Good For The Game
Lawyers have a few uses for these bags. They help when handling evidence
because they prevent contamination of forensics, and they aid in
courtroom roleplay - the lawyer presenting a plastic baggie labelled
EXHIBIT A containing a bloodstained knife is a staple of courtroom
dramas. However, on most maps they have no legitimate access to evidence
bags (sec vendor, sec lathe, sec office and holding cells are
inaccessible to lawyers).
## Changelog
:cl:
qol: The LawDrobe now stocks two (2) boxes of evidence bags.
/:cl:

* Adds evidence bag boxes to the Lawyer's wardrobe

---------

Co-authored-by: Da Cool Boss <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Mar 16, 2024
1 parent 56715e7 commit 4745e76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/vending/wardrobes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@
/obj/item/clothing/under/rank/civilian/lawyer/black/skirt = 1,
/obj/item/clothing/shoes/laceup = 2,
/obj/item/radio/headset/headset_srv = 2,
/obj/item/storage/box/evidence = 2,
)
refill_canister = /obj/item/vending_refill/wardrobe/law_wardrobe
payment_department = ACCOUNT_SRV
Expand Down

0 comments on commit 4745e76

Please sign in to comment.