mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
steel pass 2
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
req_access = list(ACCESS_ENGINE_EQUIP)
|
||||
icon_state = "eng_elec"
|
||||
open_door_sprite = "eng_door"
|
||||
shared_open_sprite = "eng_open"
|
||||
icon_opened = "eng_open"
|
||||
|
||||
/obj/structure/closet/secure_closet/engineering_electrical/populate_contents()
|
||||
new /obj/item/clothing/gloves/color/yellow(src)
|
||||
@@ -66,7 +66,7 @@
|
||||
req_access = list(ACCESS_ENGINE_EQUIP)
|
||||
icon_state = "eng_weld"
|
||||
open_door_sprite = "eng_door"
|
||||
shared_open_sprite = "eng_open"
|
||||
icon_opened = "eng_open"
|
||||
|
||||
/obj/structure/closet/secure_closet/engineering_welding/populate_contents()
|
||||
new /obj/item/clothing/head/welding(src)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
desc = "Filled with medical junk."
|
||||
icon_state = "med"
|
||||
open_door_sprite = "med_door"
|
||||
shared_open_sprite = "med_open"
|
||||
icon_opened = "med_open"
|
||||
req_access = list(ACCESS_MEDICAL)
|
||||
|
||||
/obj/structure/closet/secure_closet/medical1/populate_contents()
|
||||
@@ -27,7 +27,7 @@
|
||||
desc = "Used to knock people out."
|
||||
icon_state = "med"
|
||||
open_door_sprite = "med_door"
|
||||
shared_open_sprite = "med_open"
|
||||
icon_opened = "med_open"
|
||||
req_access = list(ACCESS_SURGERY)
|
||||
|
||||
/obj/structure/closet/secure_closet/medical2/populate_contents()
|
||||
@@ -70,7 +70,7 @@
|
||||
desc = "Filled with exam room materials."
|
||||
icon_state = "med"
|
||||
open_door_sprite = "med_door"
|
||||
shared_open_sprite = "med_open"
|
||||
icon_opened = "med_open"
|
||||
req_access = list(ACCESS_MEDICAL)
|
||||
|
||||
/obj/structure/closet/secure_closet/exam/populate_contents()
|
||||
@@ -188,7 +188,7 @@
|
||||
desc = "Store dangerous chemicals in here."
|
||||
icon_state = "chemical"
|
||||
open_door_sprite = "med_door"
|
||||
shared_open_sprite = "med_open"
|
||||
icon_opened = "med_open"
|
||||
req_access = list(ACCESS_CHEMISTRY)
|
||||
|
||||
/obj/structure/closet/secure_closet/chemical/populate_contents()
|
||||
@@ -202,7 +202,7 @@
|
||||
desc = "A locker with a Paramedic EVA suit."
|
||||
icon_state = "med"
|
||||
open_door_sprite = "med_door"
|
||||
shared_open_sprite = "med_open"
|
||||
icon_opened = "med_open"
|
||||
req_access = list(ACCESS_PARAMEDIC)
|
||||
|
||||
/obj/structure/closet/secure_closet/paramedic/populate_contents()
|
||||
@@ -218,7 +218,7 @@
|
||||
desc = "Store dangerous chemicals in here."
|
||||
icon_state = "chemical"
|
||||
open_door_sprite = "med_door"
|
||||
shared_open_sprite = "med_open"
|
||||
icon_opened = "med_open"
|
||||
req_access = list(ACCESS_CHEMISTRY)
|
||||
|
||||
/obj/structure/closet/secure_closet/reagents/populate_contents()
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
desc = "Store dangerous chemicals in here."
|
||||
icon_state = "rchemical"
|
||||
open_door_sprite = "med_door"
|
||||
shared_open_sprite = "med_open"
|
||||
icon_opened = "med_open"
|
||||
req_access = list(ACCESS_TOX_STORAGE)
|
||||
|
||||
/obj/structure/closet/secure_closet/research_reagents/populate_contents()
|
||||
|
||||
@@ -200,7 +200,7 @@
|
||||
req_access = list(ACCESS_BLUESHIELD)
|
||||
icon_state = "bs"
|
||||
open_door_sprite = "hop_door"
|
||||
shared_open_sprite = "hop_open"
|
||||
icon_opened = "hop_open"
|
||||
|
||||
/obj/structure/closet/secure_closet/blueshield/populate_contents()
|
||||
new /obj/item/storage/briefcase(src)
|
||||
@@ -231,7 +231,7 @@
|
||||
req_access = list(ACCESS_NTREP)
|
||||
icon_state = "ntr"
|
||||
open_door_sprite = "hop_door"
|
||||
shared_open_sprite = "hop_open"
|
||||
icon_opened = "hop_open"
|
||||
|
||||
/obj/structure/closet/secure_closet/ntrep/populate_contents()
|
||||
new /obj/item/book/manual/faxes(src)
|
||||
|
||||
Reference in New Issue
Block a user