Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
Added tags and currency yml? FIX
  • Loading branch information
Salvantrix committed Jun 9, 2024
1 parent c5bc18a commit 74f2636
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Catalog/pirate_uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
name: uplink-pirate-satchel-name
description: uplink-pirate-satchel-desc
productEntity: ClothingBackpackPirateFilled
icon: { sprite: Clothing/Back/Satchels/leather.rsi, state: crate_icon }
icon: { sprite: Clothing/Back/Satchels/leather.rsi, state: icon }
cost:
Doubloon: 6
categories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
- type: entity
parent: BasePirateUplink
id: BaseSecurityUplinkRadioPirateCaptain
suffix: P. Captian 20
suffix: P. Captain 20
components:
- type: Store
preset: StorePresetPirateUplink
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/_NF/currency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@
cash:
1: FrontierUplinkCoin1
canWithdraw: true

- type: currency
id: Doubloon
displayName: store-currency-display-pirate-telecrystal
cash:
1: Doubloon1
canWithdraw: true

3 changes: 3 additions & 0 deletions Resources/Prototypes/_NF/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
- type: Tag
id: SecurityUplink

- type: Tag
id: PirateUplink

- type: Tag
id: DroneUsable

Expand Down

0 comments on commit 74f2636

Please sign in to comment.