diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 32fbb11bbe..1fc1462b70 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -67,6 +67,9 @@ uplink-speedloader-magnu-desc = Revolver speedloader with 6 armor-piercing catri uplink-mosin-ammo-name = ammunition box (.30 rifle) uplink-mosin-ammo-desc = A box of cartridges for the surplus rifle. +uplink-sniper-ammo-name = ammunition box (.60 antimateriel) +uplink-sniper-ammo-desc = a box of 10 cartridges for the hristov sniper rifle + # Utility uplink-holopara-kit-name = Holoparasite Kit uplink-holopara-kit-desc = The pride and joy of Cybersun. Contains an injector that hosts a sentient metaphysical guardian made of hard light which resides in the user's body when not active. diff --git a/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml b/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml index 9cbb795b6f..72635ca5ac 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml @@ -13,7 +13,7 @@ id: BriefcaseSyndieSniperBundleFilled name: brown briefcase parent: BriefcaseSyndie - suffix: Filled + suffix: SniperBundle components: - type: StorageFill contents: @@ -22,4 +22,4 @@ - id: ClothingNeckTieRed - id: ClothingHandsGlovesLatex - id: ClothingUniformJumpsuitLawyerBlack - - id: ClothingShoesBootsLaceup + - id: ClothingShoesBootsLaceup \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index d40abaccf5..217becaee2 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -252,6 +252,17 @@ categories: - UplinkAmmo +# for the hristov +- type: listing + id: UplinkHristovAmmo + name: uplink-sniper-ammo-name + description: uplink-sniper-ammo-desc + productEntity: MagazineBoxAntiMateriel + cost: + Telecrystal: 2 + categories: + - UplinkAmmo + #Utility - type: listing