Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyndomen committed Feb 5, 2025
1 parent 567961c commit 37f3004
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
4 changes: 4 additions & 0 deletions Resources/Prototypes/_DV/GameRules/unknown_shuttles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
- type: AntagObjectives
objectives:
- RoboticistSurviveObjective
- RoboticistBorgObjective
- RoboticistKillObjective
- RoboticistPlutoniumCoreStealObjective
- RoboticistUploadAILawObjective
- type: AntagSelection
agentName: roboticist-round-end-agent-name
definitions:
Expand Down
6 changes: 2 additions & 4 deletions Resources/Prototypes/_DV/Objectives/roboticist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
difficulty: 0 # difficulty is unused
- type: RoleRequirement
roles:
components:
mindRoles:
- RoboticistRole

- type: entity
Expand Down Expand Up @@ -64,13 +64,11 @@
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
state: generic
- type: CodeCondition
- type: AILawsUpdatedRequirement
lawset: SyndicateLawset
- type: ObjectiveLimit
limit: 1

15 changes: 0 additions & 15 deletions Resources/Prototypes/_DV/Recipes/Lathes/robotics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37f3004

Please sign in to comment.