-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bailiff's over-ear headset * FTL Fixing lines * Notes
- Loading branch information
Showing
4 changed files
with
26 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
job-description-guard = Keep track of prisoners and make sure they have their basic needs. | ||
job-name-mail-carrier = Mail Carrier | ||
job-name-cyborg = Cyborg | ||
job-name-gladiator = Gladiator | ||
job-name-fugitive = Fugitive | ||
job-name-prisoner = Prisoner | ||
job-name-valet = Valet | ||
job-name-paramedic = Paramedic | ||
job-name-guard = Prison Guard | ||
job-name-martialartist = Martial Artist | ||
job-description-mail-carrier = Deliver mail. Avoid dogs. | ||
job-description-cyborg = Read your laws. Read your laws. Read your laws. | ||
job-description-valet = Take care of the station and its many guests. | ||
job-description-fugitive = Escape the station alive. | ||
job-description-prisoner = Sit in prison. Gamble with your cellmates. Talk to the warden. Write your memoirs. | ||
job-description-gladiator = Put on a combat spectacle for the crew. Fight for your freedom, glory, and honor. | ||
job-description-paramedic = Head out into the field to save lives. Get shot at by hostile operatives. Take up chain-smoking. | ||
job-description-fugitive = Escape the station alive. | ||
job-description-prisoner = Sit in prison. Gamble with your cellmates. Talk to the bailiff. Write your memoirs. | ||
job-description-valet = Take care of the station and its many guests. | ||
job-description-guard = Keep track of prisoners and make sure they have their basic needs. | ||
job-description-martialartist = Be honorable and disciplined, spar in the dojo, challenge security to CQC. |
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
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
15 changes: 15 additions & 0 deletions
15
Resources/Prototypes/_NF/Entities/Clothing/Ears/headsets_alt.yml
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,15 @@ | ||
- type: entity | ||
parent: ClothingHeadsetAlt | ||
id: ClothingHeadsetAltSecurityWarden | ||
name: bailiff's over-ear headset | ||
components: | ||
- type: ContainerFill | ||
containers: | ||
key_slots: | ||
- EncryptionKeySecurity | ||
- EncryptionKeyCommand | ||
- EncryptionKeyCommon | ||
- type: Sprite | ||
sprite: Clothing/Ears/Headsets/security.rsi | ||
- type: Clothing | ||
sprite: Clothing/Ears/Headsets/security.rsi |