Skip to content

Commit

Permalink
Remake the antag changes now that the branch is new. (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
CerberusWolfie authored Jan 13, 2025
1 parent 8f9908f commit 243632a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
startingGear: ForensicMantisGear
icon: "JobIconForensicMantis"
supervisors: job-supervisors-rd
antagAdvantage: 5 # DeltaV - From 4 to 5
canBeAntag: true # DeltaV - Mantis is no longer a Detective
# antagAdvantage: 5 # [DeltaV - From 4 to 5] - Goobstation removes antag ability.
canBeAntag: false # Goobstation - Mantis is acting as a second-in-command and should not be an antag
# whitelistRequired: true
access:
- Research
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
startingGear: TechnicalAssistantGear
icon: "JobIconTechnicalAssistant"
supervisors: job-supervisors-engineering
canBeAntag: false # goob mrp - shouldn't be antag, its a training role
canBeAntag: true # Goobstation - Reset to True (Starch had it set to false)
access:
- Maintenance
- Engineering
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
startingGear: MedicalInternGear
icon: "JobIconMedicalIntern"
supervisors: job-supervisors-medicine
canBeAntag: false # goob mrp - training role
canBeAntag: true # Goobstation - Reset to true (Starch had it set to false)
access:
- Medical
- Maintenance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
startingGear: ResearchAssistantGear
icon: "JobIconResearchAssistant"
supervisors: job-supervisors-science
canBeAntag: false # goob mrp - training role
canBeAntag: true # Goobstation - Reset back to True (Starch had set it to false)
access:
- Research
- Maintenance
Expand Down

0 comments on commit 243632a

Please sign in to comment.