Files
Paradise/code/game/objects/closets/secure/scientist.dm
T
Erthilo 65f1bcdcd4 TG: -Rotated coffin sprites 90 degrees so that corpses actually lay properly in
them.
-Added sprites/defines for a hydroponics supply closet. Fix for
medical/CMO/RD/scientist lockers not having the proper graphic when emagged.
Revision: r3523
Author: 	 d_h2...@yahoo.com
2012-05-06 19:13:12 +01:00

24 lines
557 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 = "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)
*/