Skip to content

Commit

Permalink
Mirror 26427: Make the Chest Rig Purchasable in Uplink (#448)
Browse files Browse the repository at this point in the history
## Mirror of PR #26427: [make chest rig purchasable in
uplink](space-wizards/space-station-14#26427)
from <img src="https://avatars.githubusercontent.com/u/10567778?v=4"
alt="space-wizards" width="22"/>
[space-wizards](https://github.com/space-wizards)/[space-station-14](https://github.com/space-wizards/space-station-14)

###### `4b286039906159cd4e77ead99004c9495442c515`

PR opened by <img
src="https://avatars.githubusercontent.com/u/45323883?v=4"
width="16"/><a href="https://github.com/Dutch-VanDerLinde">
Dutch-VanDerLinde</a> at 2024-03-25 13:50:34 UTC - merged at 2024-03-26
04:05:35 UTC

---

PR changed 2 files with 13 additions and 0 deletions.

The PR had the following labels:
- No C#


---

<details open="true"><summary><h1>Original Body</h1></summary>

> <!-- Please read these guidelines before opening your PR:
https://docs.spacestation14.io/en/getting-started/pr-guideline -->
> <!-- The text between the arrows are comments - they will not be
visible on your PR. -->
> 
> ## About the PR
> title
> 
> ## Why / Balance
> useful for syndies to hold their gear, or for loneops incase they
wanna buy a reinforcement a chest rig
> 
> ## Media
>
![image](https://github.com/space-wizards/space-station-14/assets/45323883/6ab44250-d92b-4d41-b9de-78e434406e8e)
> 
> - [X] I have added screenshots/videos to this PR showcasing its
changes ingame, **or** this PR does not require an ingame showcase
> 
> **Changelog**
> 🆑
> - add: The chest rig is now available for purchase in the syndicate
uplink.
> 


</details>

---------

Signed-off-by: SimpleStation14 <130339894+SimpleStation14@users.noreply.github.com>
Co-authored-by: SimpleStation14 <Unknown>
Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>
  • Loading branch information
SimpleStation14 and DEATHB4DEFEAT authored Jul 12, 2024
1 parent 318bb08 commit 1c91476
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ uplink-holoclown-kit-desc = A joint venture between Cybersun and Honk.co. Contai
uplink-holster-name = Shoulder Holster
uplink-holster-desc = A deep shoulder holster capable of holding many types of ballistics.
uplink-chest-rig-name = Chest Rig
uplink-chest-rig-desc = Explosion-resistant tactical webbing used for holding traitor goods.
uplink-emag-name = Emag
uplink-emag-desc = The business card of the syndicate, this sequencer is able to break open airlocks and tamper with a variety of station devices. Recharges automatically.
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,16 @@

# Armor

- type: listing
id: UplinkChestRig
name: uplink-chest-rig-name
description: uplink-chest-rig-desc
productEntity: ClothingBeltMilitaryWebbing
cost:
Telecrystal: 1
categories:
- UplinkArmor

- type: listing
id: UplinkChameleon
name: uplink-chameleon-name
Expand Down

0 comments on commit 1c91476

Please sign in to comment.