mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +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:
@@ -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