Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking Implants for security and SR on spawn. #431

Merged
merged 2 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# - Medical
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
implants: [ MindShieldImplant, TrackingImplant ]
- !type:AddComponentSpecial
components:
- type: CommandStaff
Expand Down
5 changes: 4 additions & 1 deletion Resources/Prototypes/Roles/Jobs/Security/brigmedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
- Security
- Brig
- Maintenance
- External
- External
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant, TrackingImplant ]
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Security/detective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Detective
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
implants: [ MindShieldImplant, TrackingImplant ]

- type: startingGear
id: DetectiveGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- Detective
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
implants: [ MindShieldImplant, TrackingImplant ]
- !type:AddComponentSpecial
components:
- type: CommandStaff
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Maintenance
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
implants: [ MindShieldImplant, TrackingImplant ]

- type: startingGear
id: SecurityCadetGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- External
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
implants: [ MindShieldImplant, TrackingImplant ]

- type: startingGear
id: SecurityOfficerGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- External
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
implants: [ MindShieldImplant, TrackingImplant ]

- type: startingGear
id: SeniorOfficerGear
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Security/warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Detective
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
implants: [ MindShieldImplant, TrackingImplant ]

- type: startingGear
id: WardenGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobPrisonGuard
requirements:
- !type:OverallPlaytimeRequirement
time: 18000
time: 1400
startingGear: PrisonGuardGear
canBeAntag: false
icon: "JobIconWarden"
Expand All @@ -15,6 +15,9 @@
- Security
- Brig
- Maintenance
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant, TrackingImplant ]

- type: startingGear
id: PrisonGuardGear
Expand Down
Loading