mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-19 01:57:54 +01:00
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
24 lines
557 B
Plaintext
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)
|
|
*/ |