Files
Paradise/code/game/objects/closets/secure/scientist.dm
T
Ren Erthilo 7ad3a77a43 TG: Added Ricotez's new lockers.
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
2012-04-29 22:51:28 +01:00

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)
*/