mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-17 20:44:33 +00:00
- Added job-specific pda cartridges to the lockers of engineers, security officers, wardens, scientists, doctors, cargo techs, janitor and all 6 heads. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3142 316c924e-a436-60f5-8080-3fe189b3f50e
21 lines
620 B
Plaintext
21 lines
620 B
Plaintext
/obj/structure/closet/secure_closet/cargotech
|
|
name = "Cargo Technician's Locker"
|
|
req_access = list(access_cargo)
|
|
//icon_state = "secureeng1"
|
|
//icon_closed = "secureeng"
|
|
//icon_locked = "secureeng1"
|
|
//icon_opened = "toolclosetopen"
|
|
//icon_broken = "secureengbroken"
|
|
//icon_off = "secureengoff"
|
|
|
|
//Needs proper sprites
|
|
|
|
New()
|
|
..()
|
|
sleep(2)
|
|
new /obj/item/clothing/under/rank/cargo(src)
|
|
new /obj/item/clothing/shoes/brown(src)
|
|
new /obj/item/device/radio/headset/headset_cargo(src)
|
|
new /obj/item/clothing/gloves/black(src)
|
|
new /obj/item/weapon/cartridge/quartermaster(src)
|
|
return |