Skip to content

Commit

Permalink
Moving things into DeltaV namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellwether committed Jun 21, 2024
1 parent 67f05ab commit 8e64d2b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
6 changes: 0 additions & 6 deletions Resources/Locale/en-US/criminal-records/criminal-records.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ criminal-records-console-paroled = {$name} has been released on parole by {$offi
criminal-records-console-not-parole = {$officer} cleared the parole status of {$name}.
criminal-records-console-unknown-officer = <unknown officer>
## DeltaV - Justice Department Subpoena

criminal-records-status-subpoenaed = Subpoenaed
criminal-records-console-subpoenaed = {$name} has been issued a subpoena by the Justice Department and must report to Court immediately.
criminal-records-console-not-subpoenaed = {$name} is no longer subpoenaed by the Justice Department.
## Filters

criminal-records-filter-placeholder = Input text and press "Enter"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## DeltaV - Justice Department Subpoena

criminal-records-status-subpoenaed = Subpoenaed
criminal-records-console-subpoenaed = {$name} has been issued a subpoena by the Justice Department and must report to Court immediately.
criminal-records-console-not-subpoenaed = {$name} is no longer subpoenaed by the Justice Department.
6 changes: 6 additions & 0 deletions Resources/Prototypes/DeltaV/StatusIcon/security.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- type: statusIcon # DeltaV - HUD state for crew subpeonaed by Justice Dept.
parent: SecurityIcon
id: SecurityIconSubpoenaed
icon:
sprite: /Textures/DeltaV/Interface/Misc/security_icons.rsi
state: hud_subpoenaed
7 changes: 0 additions & 7 deletions Resources/Prototypes/StatusIcon/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,3 @@
icon:
sprite: /Textures/Interface/Misc/security_icons.rsi
state: hud_wanted

- type: statusIcon # DeltaV - HUD state for crew subpeonaed by Justice Dept.
parent: SecurityIcon
id: SecurityIconSubpoenaed
icon:
sprite: /Textures/DeltaV/Interface/Misc/security_icons.rsi
state: hud_subpoenaed

0 comments on commit 8e64d2b

Please sign in to comment.