Skip to content

Commit

Permalink
Изменения состава набора тяжёлой брони
Browse files Browse the repository at this point in the history
В набор тяжёлой брони аплинка были добавлены ботинки и перчатки.
  • Loading branch information
Exapsters committed Feb 12, 2024
1 parent 4396bfe commit d6967f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion code/game/objects/items/weapons/storage/uplink_kits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,9 @@
/obj/item/storage/backpack/satchel/syndie_kit/armor
startswith = list(
/obj/item/clothing/suit/armor/pcarrier/merc,
/obj/item/clothing/head/helmet/merc
/obj/item/clothing/head/helmet/merc,
//PRX-START
/obj/item/clothing/gloves/combat/heavy,
/obj/item/clothing/shoes/combat/heavy
//PRX-END
)

0 comments on commit d6967f6

Please sign in to comment.