Skip to content

Commit

Permalink
Fix NFSD job icons and uplink (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leander-0 authored Mar 30, 2024
1 parent 142c226 commit bd8b6e2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions Resources/Prototypes/StatusEffects/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
parent: JobIcon
id: JobIconSecurityOfficer
icon:
sprite: _NF/Interface/Misc/job_icons.rsi
sprite: /Textures/_NF/Interface/Misc/job_icons.rsi
state: nfsddeputy

- type: statusIcon
Expand Down Expand Up @@ -225,14 +225,14 @@
parent: JobIcon
id: JobIconHeadOfSecurity
icon:
sprite: _NF/Interface/Misc/job_icons.rsi
sprite: /Textures/_NF/Interface/Misc/job_icons.rsi
state: nfsdsheriff

- type: statusIcon
parent: JobIcon
id: JobIconBrigmedic
icon:
sprite: _NF/Interface/Misc/job_icons.rsi
sprite: /Textures/_NF/Interface/Misc/job_icons.rsi
state: nfsdbrigmed

- type: statusIcon
Expand Down Expand Up @@ -260,7 +260,7 @@
parent: JobIcon
id: JobIconWarden
icon:
sprite: _NF/Interface/Misc/job_icons.rsi
sprite: /Textures/_NF/Interface/Misc/job_icons.rsi
state: nfsdbailiff

- type: statusIcon
Expand Down Expand Up @@ -323,7 +323,7 @@
parent: JobIcon
id: JobIconSecurityCadet
icon:
sprite: _NF/Interface/Misc/job_icons.rsi
sprite: /Textures/_NF/Interface/Misc/job_icons.rsi
state: nfsdcadet

- type: statusIcon
Expand Down Expand Up @@ -351,7 +351,7 @@
parent: JobIcon
id: JobIconSeniorOfficer
icon:
sprite: _NF/Interface/Misc/job_icons.rsi
sprite: /Textures/_NF/Interface/Misc/job_icons.rsi
state: nfsdsergeant

- type: statusIcon
Expand Down
20 changes: 10 additions & 10 deletions Resources/Prototypes/_NF/Catalog/security_uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
id: UplinkSecurityHardsuit
name: uplink-security-hardsuit-name
description: uplink-security-hardsuit-desc
productEntity: ClothingOuterHardsuitSecurity
icon: { sprite: Clothing/OuterClothing/Hardsuits/security.rsi, state: icon }
productEntity: ClothingOuterHardsuitNfsdBronze
icon: { sprite: _NF/Clothing/OuterClothing/Hardsuits/nfsd_bronze.rsi, state: icon }
cost:
FrontierUplinkCoin: 2
categories:
Expand All @@ -34,8 +34,8 @@
id: UplinkSecurityHardsuitPatrol
name: uplink-security-hardsuit-patrol-name
description: uplink-security-hardsuit-patrol-desc
productEntity: ClothingOuterHardsuitSecuritypatrol
icon: { sprite: Clothing/OuterClothing/Hardsuits/security-patrol.rsi, state: icon }
productEntity: ClothingOuterHardsuitNfsdSilver
icon: { sprite: _NF/Clothing/OuterClothing/Hardsuits/nfsd_silver.rsi, state: icon }
cost:
FrontierUplinkCoin: 2
categories:
Expand All @@ -50,8 +50,8 @@
id: UplinkSecurityHardsuitBrigmedic
name: uplink-security-hardsuit-brigmedic-name
description: uplink-security-hardsuit-brigmedic-desc
productEntity: ClothingOuterHardsuitBrigmedic
icon: { sprite: Clothing/OuterClothing/Hardsuits/brigmedic.rsi, state: icon }
productEntity: ClothingOuterHardsuitNfsdBrigMed
icon: { sprite: _NF/Clothing/OuterClothing/Hardsuits/nfsd_brigmed.rsi, state: icon }
cost:
FrontierUplinkCoin: 2
categories:
Expand All @@ -66,8 +66,8 @@
id: UplinkSecurityHardsuitWarden
name: uplink-security-hardsuit-warden-name
description: uplink-security-hardsuit-warden-desc
productEntity: ClothingOuterHardsuitWarden
icon: { sprite: Clothing/OuterClothing/Hardsuits/security-warden.rsi, state: icon }
productEntity: ClothingOuterHardsuitNfsdGold
icon: { sprite: _NF/Clothing/OuterClothing/Hardsuits/nfsd_gold.rsi, state: icon }
cost:
FrontierUplinkCoin: 3
categories:
Expand Down Expand Up @@ -108,8 +108,8 @@
id: UplinkSecurityHardsuitSheriff
name: uplink-security-hardsuit-sheriff-name
description: uplink-security-hardsuit-sheriff-desc
productEntity: ClothingOuterHardsuitSecurityRed
icon: { sprite: Clothing/OuterClothing/Hardsuits/security-red.rsi, state: icon }
productEntity: ClothingOuterHardsuitNfsdSheriff
icon: { sprite: _NF/Clothing/OuterClothing/Hardsuits/nfsd_sheriff.rsi, state: icon }
cost:
FrontierUplinkCoin: 3
categories:
Expand Down

0 comments on commit bd8b6e2

Please sign in to comment.