Files
Ahzpy bd911799b8 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?
2025-09-16 18:59:32 +00:00

16 lines
513 B
Plaintext

/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)