mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Deathsquad buff (#25744)
This commit is contained in:
@@ -276,7 +276,7 @@
|
||||
gloves = /obj/item/clothing/gloves/combat
|
||||
uniform = /obj/item/clothing/under/rank/centcom/deathsquad
|
||||
shoes = /obj/item/clothing/shoes/magboots/elite
|
||||
glasses = /obj/item/clothing/glasses/thermal
|
||||
glasses = /obj/item/clothing/glasses/hud/security/night
|
||||
mask = /obj/item/clothing/mask/gas/sechailer/swat
|
||||
l_pocket = /obj/item/tank/internals/emergency_oxygen/double
|
||||
r_pocket = /obj/item/reagent_containers/hypospray/combat/nanites
|
||||
@@ -285,12 +285,21 @@
|
||||
suit_store = /obj/item/gun/energy/pulse
|
||||
|
||||
backpack_contents = list(
|
||||
/obj/item/storage/box/flashbangs,
|
||||
/obj/item/storage/box/smoke_grenades,
|
||||
/obj/item/ammo_box/a357,
|
||||
/obj/item/ammo_box/a357,
|
||||
/obj/item/ammo_box/a357,
|
||||
/obj/item/flashlight/seclite,
|
||||
/obj/item/grenade/plastic/c4/x4,
|
||||
/obj/item/grenade/barrier,
|
||||
/obj/item/melee/energy/sword/saber,
|
||||
/obj/item/shield/energy,
|
||||
/obj/item/shield/energy
|
||||
)
|
||||
|
||||
cybernetic_implants = list(
|
||||
/obj/item/organ/internal/eyes/cybernetic/thermals/hardened,
|
||||
/obj/item/organ/internal/cyberimp/brain/anti_stam/hardened,
|
||||
/obj/item/organ/internal/cyberimp/chest/nutriment/plus/hardened,
|
||||
/obj/item/organ/internal/cyberimp/chest/reviver/hardened
|
||||
)
|
||||
|
||||
bio_chips = list(
|
||||
|
||||
@@ -1013,10 +1013,10 @@
|
||||
new /obj/item/flashlight/flare(src)
|
||||
new /obj/item/crowbar/small(src)
|
||||
new /obj/item/kitchen/knife/combat(src)
|
||||
new /obj/item/grenade/plastic/c4/x4(src)
|
||||
new /obj/item/reagent_containers/patch/synthflesh(src)
|
||||
new /obj/item/reagent_containers/hypospray/autoinjector/survival(src)
|
||||
new /obj/item/ammo_box/a357(src)
|
||||
new /obj/item/ammo_box/a357(src)
|
||||
new /obj/item/tank/internals/emergency_oxygen/engi(src)
|
||||
|
||||
/obj/item/storage/box/soviet
|
||||
name = "boxed survival kit"
|
||||
|
||||
Reference in New Issue
Block a user