mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
http://nanotrasen.com/phpBB3/viewtopic.php?f=3&t=7278&start=220#p97307 Updated the changelog, added Ricotez, Ausops and TankNut to be credited under "spriters" in the changelog heading. Revision: r3339 Author: kortgstation
24 lines
555 B
Plaintext
24 lines
555 B
Plaintext
/obj/structure/closet/secure_closet/RD
|
|
name = "Research Director"
|
|
req_access = list(access_rd)
|
|
icon_state = "rdsecure1"
|
|
icon_closed = "rdsecure"
|
|
icon_locked = "rdsecure1"
|
|
icon_opened = "rdsecureopen"
|
|
icon_broken = "rdsecurebroken"
|
|
icon_off = "rdsecure1"
|
|
|
|
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)
|
|
*/ |