-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bellwether
committed
Jun 21, 2024
1 parent
67f05ab
commit 8e64d2b
Showing
4 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
Resources/Locale/en-US/deltav/criminal-records/criminal-records.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters