mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-19 10:06:56 +01:00
24 lines
566 B
Plaintext
24 lines
566 B
Plaintext
/obj/structure/closet/secure_closet/RD
|
|
name = "Research Director's Locker"
|
|
req_access = list(ACCESS_RD)
|
|
icon_state = "rdsecure1"
|
|
icon_closed = "rdsecure"
|
|
icon_locked = "rdsecure1"
|
|
icon_opened = "rdsecureopen"
|
|
icon_broken = "rdsecurebroken"
|
|
icon_off = "rdsecureoff"
|
|
|
|
New()
|
|
..()
|
|
sleep(2)
|
|
new /obj/item/wardrobe/rd(src)
|
|
new /obj/item/wardrobe/rd(src)
|
|
return
|
|
|
|
//cpy
|
|
/*
|
|
new /obj/item/wardrobe/scientist(src)
|
|
new /obj/item/wardrobe/scientist(src)
|
|
new /obj/item/wardrobe/scientist(src)
|
|
new /obj/item/wardrobe/scientist(src)
|
|
*/ |