mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
IAA locker, spare headsets, and general locker cleanup (#16440)
* Locker + Bookcase tweaks * HoS flask
This commit is contained in:
@@ -126,6 +126,21 @@
|
||||
new /obj/item/book/manual/research_and_development(src)
|
||||
update_icon()
|
||||
|
||||
/obj/structure/bookcase/sop
|
||||
name = "bookcase (Standard Operating Procedures)"
|
||||
|
||||
/obj/structure/bookcase/sop/Initialize()
|
||||
. = ..()
|
||||
new /obj/item/book/manual/sop_command(src)
|
||||
new /obj/item/book/manual/sop_engineering(src)
|
||||
new /obj/item/book/manual/sop_general(src)
|
||||
new /obj/item/book/manual/sop_legal(src)
|
||||
new /obj/item/book/manual/sop_medical(src)
|
||||
new /obj/item/book/manual/sop_science(src)
|
||||
new /obj/item/book/manual/sop_security(src)
|
||||
new /obj/item/book/manual/sop_service(src)
|
||||
new /obj/item/book/manual/sop_supply(src)
|
||||
update_icon()
|
||||
|
||||
/*
|
||||
* Book
|
||||
|
||||
Reference in New Issue
Block a user