mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Librarian Drip Expansion (#30167)
* all the sprites in the wrong place * suits are now in the suit files * code and whatnot * oops all config * hand holes, locker, garment bag, loadout * adds locker to every station * some fixes * pleases review overlords * fixes errors?
This commit is contained in:
@@ -313,6 +313,19 @@
|
||||
new /obj/item/clothing/head/helmet/space/plasmaman/chaplain(src)
|
||||
new /obj/item/clothing/under/plasmaman/chaplain(src)
|
||||
|
||||
/obj/item/storage/bag/garment/librarian
|
||||
name = "librarian's garment bag"
|
||||
desc = "A bag for storing extra clothes and shoes. This one belongs to the librarian."
|
||||
|
||||
/obj/item/storage/bag/garment/librarian/populate_contents()
|
||||
new /obj/item/clothing/under/rank/civilian/librarian(src)
|
||||
new /obj/item/clothing/shoes/black(src)
|
||||
new /obj/item/clothing/suit/librarian(src)
|
||||
new /obj/item/clothing/suit/librarian/argyle(src)
|
||||
new /obj/item/clothing/suit/armor/vest/press(src)
|
||||
new /obj/item/clothing/head/helmet/space/plasmaman/librarian(src)
|
||||
new /obj/item/clothing/under/plasmaman/librarian(src)
|
||||
|
||||
/obj/item/storage/bag/garment/psychologist
|
||||
name = "psychologist's garment bag"
|
||||
desc = "A bag for storing extra clothes and shoes. This one belongs to the psychologist."
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
/obj/structure/closet/secure_closet/librarian
|
||||
name = "librarian's locker"
|
||||
req_access = list(ACCESS_LIBRARY)
|
||||
icon_state = "librarian"
|
||||
opened_door_sprite = "clown"
|
||||
closed_door_sprite = "librarian"
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/librarian/populate_contents()
|
||||
new /obj/item/storage/bag/garment/librarian(src)
|
||||
new /obj/item/videocam/advanced(src)
|
||||
new /obj/item/barcodescanner(src)
|
||||
new /obj/item/laser_pointer(src)
|
||||
new /obj/item/radio/headset/headset_service(src)
|
||||
new /obj/item/storage/bag/books(src)
|
||||
Reference in New Issue
Block a user