mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
VIP lockers now get more spare gear. (#21957)
* VIP lockers now get more gear * all three bags
This commit is contained in:
@@ -119,7 +119,12 @@
|
||||
icon_opened = "hop_open"
|
||||
|
||||
/obj/structure/closet/secure_closet/blueshield/populate_contents()
|
||||
new /obj/item/storage/backpack/blueshield(src)
|
||||
new /obj/item/storage/backpack/satchel_blueshield(src)
|
||||
new /obj/item/storage/briefcase(src)
|
||||
new /obj/item/storage/backpack/duffel/blueshield(src)
|
||||
new /obj/item/radio/headset/heads/blueshield/alt(src)
|
||||
new /obj/item/cartridge/hos(src)
|
||||
new /obj/item/storage/firstaid/adv(src)
|
||||
new /obj/item/pinpointer/crew(src)
|
||||
new /obj/item/flashlight/seclite(src)
|
||||
@@ -137,6 +142,8 @@
|
||||
/obj/structure/closet/secure_closet/ntrep/populate_contents()
|
||||
new /obj/item/book/manual/wiki/faxes(src)
|
||||
new /obj/item/storage/briefcase(src)
|
||||
new /obj/item/radio/headset/heads/ntrep (src)
|
||||
new /obj/item/cartridge/supervisor(src)
|
||||
new /obj/item/paicard(src)
|
||||
new /obj/item/flash(src)
|
||||
new /obj/item/storage/box/tapes(src)
|
||||
@@ -257,6 +264,7 @@
|
||||
new /obj/item/storage/secure/briefcase(src)
|
||||
new /obj/item/flash(src)
|
||||
new /obj/item/radio/headset/heads/magistrate(src)
|
||||
new /obj/item/cartridge/supervisor(src)
|
||||
new /obj/item/gavelblock(src)
|
||||
new /obj/item/gavelhammer(src)
|
||||
new /obj/item/clothing/accessory/medal/legal(src)
|
||||
|
||||
Reference in New Issue
Block a user