forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from Merrokitsune/Give-blueshield-security-ac…
…cess-while-fixing-blueshield-uniform-names- Give blueshield brig access while fixing blueshield uniform names, as well as adding blueshield as a ghost role.
- Loading branch information
Showing
11 changed files
with
104 additions
and
2 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
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 +1,2 @@ | ||
job-description-blueshield-officer = Protect the heads-of-staff and other VIPs, ensure that they're kept alive, obey CentComm orders. | ||
job-description-centcom-blueshield-officer = Protect the heads-of-staff and other VIPs, ensure that they're kept alive, obey CentComm orders. |
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 +1,2 @@ | ||
job-name-blueshield-officer = Blueshield Officer | ||
job-name-centcom-blueshield-officer = Centcom Blueshield Officer |
2 changes: 1 addition & 1 deletion
2
Resources/Prototypes/Ronstation/Entities/Clothing/Uniforms/jumpskirts.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
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
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
34 changes: 34 additions & 0 deletions
34
Resources/Prototypes/Ronstation/Roles/Jobs/CentCom/centcomblueshield.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,34 @@ | ||
- type: job | ||
id: CentralCommandBlueshieldOfficer | ||
name: job-name-centcom-blueshield-officer | ||
description: job-description-centcom-blueshield-officer | ||
playTimeTracker: JobCentralCommandBlueshieldOfficer | ||
setPreference: false | ||
startingGear: CentcomBlueshieldOfficerGear | ||
icon: "JobIconNanotrasen" | ||
supervisors: job-supervisors-centcom | ||
canBeAntag: false | ||
accessGroups: | ||
- AllAccess | ||
access: | ||
- CentralCommand | ||
|
||
- type: startingGear | ||
id: CentcomBlueshieldOfficerGear | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitBlueshieldGrey | ||
shoes: ClothingShoesBootsCombatFilled | ||
head: ClothingHeadHelmetBasic | ||
eyes: ClothingEyesGlassesSunglasses | ||
gloves: ClothingHandsGlovesCombat | ||
outerClothing: ClothingOuterArmorBasic | ||
back: ClothingBackpack | ||
id: CentcomBlueshieldPDA | ||
ears: ClothingHeadsetAltCentCom | ||
belt: ClothingBeltSecurityFilled | ||
pocket1: Flash | ||
pocket2: WeaponPistolMk58 | ||
storage: | ||
back: | ||
- MagazinePistol | ||
- MagazinePistol |
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 |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
canBeAntag: false | ||
access: | ||
- Command | ||
- Brig | ||
- Maintenance | ||
- External | ||
- Cryogenics | ||
|
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,3 +1,6 @@ | ||
# Jobs | ||
- type: playTimeTracker | ||
id: JobBlueshieldOfficer | ||
|
||
- type: playTimeTracker | ||
id: JobCentralCommandBlueshieldOfficer |