mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
Updates syndi kits, add armored suit jacket
- Adds two suit jackets to the arrivals locker vendor - Adds the armored suit jacket to armors. Same defense as standard security armor. - Adds the executive suit and armored jacket to Bond, Payday, and Professional syndi kits - Replaces the X4 in Payday by a C4 - Reskins the thermal glasses in Professional to look like sunglasses. Does not provide flash protection. - Replaces the toolbox in professional by a pair of combat gloves.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
new /obj/item/storage/box/syndie_kit/safecracking(src)
|
||||
return
|
||||
|
||||
if("bond") // 29TC + Healing Cocktail
|
||||
if("bond") // 29TC + Healing Cocktail + armored suit jacket
|
||||
new /obj/item/gun/projectile/automatic/pistol(src)
|
||||
new /obj/item/suppressor(src)
|
||||
new /obj/item/ammo_box/magazine/m10mm/hp(src)
|
||||
@@ -34,6 +34,8 @@
|
||||
new /obj/item/dnascrambler(src)
|
||||
new /obj/item/storage/box/syndie_kit/emp(src)
|
||||
new /obj/item/CQC_manual(src)
|
||||
new /obj/item/clothing/under/suit_jacket/really_black(src)
|
||||
new /obj/item/clothing/suit/storage/lawyer/blackjacket/armored(src)
|
||||
return
|
||||
|
||||
if("sabotage") // 31TC + RCD + Insuls
|
||||
@@ -46,13 +48,15 @@
|
||||
new /obj/item/storage/box/syndie_kit/space(src)
|
||||
return
|
||||
|
||||
if("payday") // 32TC
|
||||
if("payday") // 31TC + armored suit jacket
|
||||
new /obj/item/gun/projectile/revolver(src)
|
||||
new /obj/item/ammo_box/a357(src)
|
||||
new /obj/item/ammo_box/a357(src)
|
||||
new /obj/item/card/emag(src)
|
||||
new /obj/item/grenade/plastic/x4(src)
|
||||
new /obj/item/grenade/plastic/c4(src)
|
||||
new /obj/item/card/id/syndicate(src)
|
||||
new /obj/item/clothing/under/suit_jacket/really_black(src)
|
||||
new /obj/item/clothing/suit/storage/lawyer/blackjacket/armored(src)
|
||||
new /obj/item/clothing/gloves/color/latex/nitrile(src)
|
||||
new /obj/item/clothing/mask/gas/clown_hat(src)
|
||||
new /obj/item/thermal_drill(src)
|
||||
@@ -93,14 +97,15 @@
|
||||
new /obj/item/multitool/ai_detect(src)
|
||||
return
|
||||
|
||||
if("professional") // 30TC
|
||||
if("professional") // 29TC + armored suit jacket + insulated combat gloves
|
||||
new /obj/item/gun/projectile/automatic/sniper_rifle/soporific(src) // Unique version that starts with soporific rounds loaded and cannot be suppressed
|
||||
new /obj/item/ammo_box/magazine/sniper_rounds/soporific(src)
|
||||
new /obj/item/ammo_box/magazine/sniper_rounds/soporific(src)
|
||||
new /obj/item/pen/edagger(src)
|
||||
new /obj/item/clothing/glasses/thermal/syndi(src)
|
||||
new /obj/item/storage/toolbox/syndicate(src)
|
||||
new /obj/item/clothing/under/suit_jacket(src)
|
||||
new /obj/item/clothing/glasses/thermal/syndi/sunglasses(src)
|
||||
new /obj/item/clothing/under/suit_jacket/really_black(src)
|
||||
new /obj/item/clothing/suit/storage/lawyer/blackjacket/armored(src)
|
||||
new /obj/item/clothing/gloves/combat(src)
|
||||
return
|
||||
|
||||
/obj/item/storage/box/syndie_kit
|
||||
|
||||
Reference in New Issue
Block a user