mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-17 17:17:11 +01: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
15 lines
504 B
Plaintext
15 lines
504 B
Plaintext
/obj/structure/closet/syndicate/personal/New()
|
|
..()
|
|
sleep(2)
|
|
new /obj/item/weapon/tank/jetpack(src)
|
|
new /obj/item/clothing/mask/breath(src)
|
|
new /obj/item/clothing/under/syndicate(src)
|
|
new /obj/item/clothing/head/helmet/space/syndicate(src)
|
|
new /obj/item/clothing/suit/space/syndicate(src)
|
|
new /obj/item/weapon/crowbar(src)
|
|
new /obj/item/weapon/cell/high(src)
|
|
new /obj/item/weapon/card/id/syndicate(src)
|
|
new /obj/item/device/multitool(src)
|
|
new /obj/item/weapon/shield/riot(src)
|
|
|