mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 01:53:35 +01:00
bd911799b8
* 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?
16 lines
513 B
Plaintext
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)
|