mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-28 03:01:37 +00:00
-Nuke Op personal closets updated: Red spacesuits replaced with syndicate hardsuits. Bulky riot shield replaced with collapsible energy shield. Plain breathmasks replaced with face-hiding syndicate gasmasks. (For those worried about the mask's impact on stealth, you still start with a normal breathmask in your internals box.) git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3994 316c924e-a436-60f5-8080-3fe189b3f50e
15 lines
524 B
Plaintext
15 lines
524 B
Plaintext
/obj/structure/closet/syndicate/personal/New()
|
|
..()
|
|
sleep(2)
|
|
new /obj/item/weapon/tank/jetpack/oxygen(src)
|
|
new /obj/item/clothing/mask/gas/syndicate(src)
|
|
new /obj/item/clothing/under/syndicate(src)
|
|
new /obj/item/clothing/head/helmet/space/rig/syndi(src)
|
|
new /obj/item/clothing/suit/space/rig/syndi(src)
|
|
new /obj/item/weapon/crowbar/red(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/energy(src)
|
|
|