mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[MIRROR] Removes armor bloat from sec lockers [MDB IGNORE] (#22957)
* Removes armor bloat from sec lockers * Update security.dm --------- Co-authored-by: Nick <jughu1@hotmail.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
@@ -98,7 +98,6 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/security/PopulateContents()
|
||||
..()
|
||||
// new /obj/item/clothing/suit/armor/vest(src) //SKYRAT EDIT REMOVAL
|
||||
new /obj/item/clothing/suit/armor/vest/alt/sec(src)
|
||||
new /obj/item/clothing/head/security_cap(src) //SKYRAT EDIT ADDITION
|
||||
new /obj/item/clothing/head/helmet/sec(src)
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
/obj/item/clothing/under/pants/slacks = 3,
|
||||
/obj/item/clothing/under/rank/security/officer/blueshirt = 3,
|
||||
/obj/item/clothing/suit/hooded/wintercoat/security = 3,
|
||||
/obj/item/clothing/suit/armor/vest = 3,
|
||||
/obj/item/clothing/gloves/color/black = 3,
|
||||
/obj/item/clothing/shoes/jackboots/sec = 3,
|
||||
/obj/item/storage/backpack/security = 3,
|
||||
@@ -167,7 +168,6 @@
|
||||
/obj/item/clothing/head/costume/mailman = 1,
|
||||
/obj/item/clothing/under/misc/mailman = 1,
|
||||
/obj/item/clothing/under/rank/cargo/miner = 3,
|
||||
|
||||
)
|
||||
refill_canister = /obj/item/vending_refill/wardrobe/cargo_wardrobe
|
||||
payment_department = ACCOUNT_CAR
|
||||
@@ -229,7 +229,6 @@
|
||||
/obj/item/storage/backpack/satchel/science = 3,
|
||||
/obj/item/storage/backpack/duffelbag/science = 3,
|
||||
/obj/item/radio/headset/headset_sci = 3,
|
||||
|
||||
)
|
||||
refill_canister = /obj/item/vending_refill/wardrobe/science_wardrobe
|
||||
payment_department = ACCOUNT_SCI
|
||||
|
||||
Reference in New Issue
Block a user