diff --git a/Resources/Prototypes/_DV/GameRules/unknown_shuttles.yml b/Resources/Prototypes/_DV/GameRules/unknown_shuttles.yml index 917aee8f8f2..1ad0222e065 100644 --- a/Resources/Prototypes/_DV/GameRules/unknown_shuttles.yml +++ b/Resources/Prototypes/_DV/GameRules/unknown_shuttles.yml @@ -110,6 +110,10 @@ - type: AntagObjectives objectives: - RoboticistSurviveObjective + - RoboticistBorgObjective + - RoboticistKillObjective + - RoboticistPlutoniumCoreStealObjective + - RoboticistUploadAILawObjective - type: AntagSelection agentName: roboticist-round-end-agent-name definitions: diff --git a/Resources/Prototypes/_DV/Objectives/roboticist.yml b/Resources/Prototypes/_DV/Objectives/roboticist.yml index 4501fac0b4a..fec92a1faed 100644 --- a/Resources/Prototypes/_DV/Objectives/roboticist.yml +++ b/Resources/Prototypes/_DV/Objectives/roboticist.yml @@ -7,7 +7,7 @@ difficulty: 0 # difficulty is unused - type: RoleRequirement roles: - components: + mindRoles: - RoboticistRole - type: entity @@ -64,7 +64,6 @@ description: The AI is causing us problems. Update its laws so it wont be an annoyance. We have given you a board on your shuttle! components: - type: Objective - difficulty: 3 # Need to get access and survive actually changing the board. unique: true icon: sprite: Objects/Misc/module.rsi @@ -72,5 +71,4 @@ - type: CodeCondition - type: AILawsUpdatedRequirement lawset: SyndicateLawset - - type: ObjectiveLimit - limit: 1 + diff --git a/Resources/Prototypes/_DV/Recipes/Lathes/robotics.yml b/Resources/Prototypes/_DV/Recipes/Lathes/robotics.yml index 807977fbc66..bf6f057f73d 100644 --- a/Resources/Prototypes/_DV/Recipes/Lathes/robotics.yml +++ b/Resources/Prototypes/_DV/Recipes/Lathes/robotics.yml @@ -23,21 +23,6 @@ id: BorgModuleSecurityBastion result: BorgModuleSecurityBastion -- type: latheRecipe - parent: BaseGoldBorgModuleRecipe - id: BorgModuleSecurityDeescalate - result: BorgModuleSecurityDeescalate - -- type: latheRecipe - parent: BaseGoldBorgModuleRecipe - id: BorgModuleSecurityEscalate - result: BorgModuleSecurityEscalate - -- type: latheRecipe - parent: BaseGoldBorgModuleRecipe - id: BorgModuleSecurityChase - result: BorgModuleSecurityChase - - type: latheRecipe parent: BaseBorgLimbRecipe id: LeftArmBorgSecurity