Skip to content

Commit

Permalink
proper ftl comments, more file path shit
Browse files Browse the repository at this point in the history
  • Loading branch information
RosySaturniidae committed Jan 19, 2025
1 parent cd9cf9a commit 56a29b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Resources/Locale/en-US/job/job-names.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ job-name-hop = Head of Personnel
job-name-captain = Captain
job-name-serviceworker = Service Worker
job-name-centcomoff = CentComm Official
job-name-cburn = CBURN Quarantine Officer <#- imp ->
job-name-deathsquad = Asset Protection Agent <#- imp ->
job-name-cburn = CBURN Quarantine Officer #imp
job-name-deathsquad = Asset Protection Agent #imp
job-name-reporter = Reporter
job-name-musician = Musician
job-name-librarian = Librarian
Expand Down
18 changes: 9 additions & 9 deletions Resources/Prototypes/_Impstation/StatusIcon/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,70 +10,70 @@
parent: JobIcon
id: JobIconNanotrasen
icon:
sprite: Textures/_Impstation/Interface/Misc/job_icons.rsi
sprite: /Textures/_Impstation/Interface/Misc/job_icons.rsi
state: Nanotrasen
jobName: job-name-centcomoff

- type: jobIcon
parent: JobIcon
id: JobIconDeathsquad
icon:
sprite: Textures/_Impstation/Interface/Misc/job_icons.rsi
sprite: /Textures/_Impstation/Interface/Misc/job_icons.rsi
state: Deathsquadron
jobName: job-name-deathsquad

- type: jobIcon
parent: JobIcon
id: JobIconCBURN
icon:
sprite: Textures/_Impstation/Interface/Misc/job_icons.rsi
sprite: /Textures/_Impstation/Interface/Misc/job_icons.rsi
state: CBURN
jobName: job-name-cburn

- type: jobIcon
parent: JobIcon
id: JobIconERTLeader
icon:
sprite: Textures/_Impstation/Interface/Misc/job_icons.rsi
sprite: /Textures/_Impstation/Interface/Misc/job_icons.rsi
state: ERTLeader
jobName: job-name-ertleader

- type: jobIcon
parent: JobIcon
id: JobIconERTSecurity
icon:
sprite: Textures/_Impstation/Interface/Misc/job_icons.rsi
sprite: /extures/_Impstation/Interface/Misc/job_icons.rsi
state: ERTSecurity
jobName: job-name-ertsecurity

- type: jobIcon
parent: JobIcon
id: JobIconERTMedic
icon:
sprite: Textures/_Impstation/Interface/Misc/job_icons.rsi
sprite: /Textures/_Impstation/Interface/Misc/job_icons.rsi
state: ERTMedic
jobName: job-name-ertmedic

- type: jobIcon
parent: JobIcon
id: JobIconERTEngineer
icon:
sprite: Textures/_ImpstationInterface/Misc/job_icons.rsi
sprite: /Textures/_ImpstationInterface/Misc/job_icons.rsi
state: ERTEngineer
jobName: job-name-ertengineer

- type: jobIcon
parent: JobIcon
id: JobIconERTJanitor
icon:
sprite: Textures/_Impstation/Interface/Misc/job_icons.rsi
sprite: /Textures/_Impstation/Interface/Misc/job_icons.rsi
state: ERTJanitor
jobName: job-name-ertjanitor

- type: jobIcon
parent: JobIcon
id: JobIconERTChaplain
icon:
sprite: Textures/_Impstation/Interface/Misc/job_icons.rsi
sprite: /Textures/_Impstation/Interface/Misc/job_icons.rsi
state: ERTChaplain
jobName: job-name-ertchaplain

0 comments on commit 56a29b8

Please sign in to comment.