Skip to content

Commit

Permalink
Uplink: Remove Deception Category (DeltaV-Station#1309)
Browse files Browse the repository at this point in the history
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

[Ports this downstream
PR.](Fansana/floofstation1#315)

---

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl: fenndragon
- tweak: Moved the uplink deception category into utility.

---------

Co-authored-by: fenndragon <[email protected]>
  • Loading branch information
sleepyyapril and fenndragon authored Dec 7, 2024
1 parent 9989c4d commit ec650c4
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
cost:
Telecrystal: 3
categories:
- UplinkDeception
- UplinkUtility

- type: listing
id: UplinkStealthBox
Expand All @@ -519,7 +519,7 @@
cost:
Telecrystal: 5
categories:
- UplinkDeception
- UplinkUtility

- type: listing
id: UplinkChameleonProjector
Expand All @@ -529,7 +529,7 @@
cost:
Telecrystal: 7
categories:
- UplinkDeception
- UplinkUtility

- type: listing
id: UplinkCyberpen
Expand All @@ -539,7 +539,7 @@
cost:
Telecrystal: 1
categories:
- UplinkDeception
- UplinkUtility

- type: listing
id: UplinkDecoyDisk
Expand All @@ -549,7 +549,7 @@
cost:
Telecrystal: 1
categories:
- UplinkDeception
- UplinkUtility

- type: listing
id: UplinkUltrabrightLantern
Expand All @@ -559,7 +559,7 @@
cost:
Telecrystal: 2
categories:
- UplinkDeception
- UplinkUtility

- type: listing
id: UplinkBribe
Expand All @@ -569,7 +569,7 @@
cost:
Telecrystal: 4
categories:
- UplinkDeception
- UplinkUtility

# - type: listing
# id: UplinkGigacancerScanner
Expand All @@ -579,7 +579,7 @@
# cost:
# Telecrystal: 5
# categories:
# - UplinkDeception
# - UplinkUtility

- type: listing
id: UplinkHolster
Expand Down Expand Up @@ -974,7 +974,7 @@
cost:
Telecrystal: 4
categories:
- UplinkDeception
- UplinkUtility

# Disruption

Expand Down Expand Up @@ -1788,3 +1788,4 @@
conditions:
- !type:ListingLimitedStockCondition
stock: 1

0 comments on commit ec650c4

Please sign in to comment.