Skip to content
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
6 changes: 5 additions & 1 deletion Resources/Prototypes/Objectives/thief.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
id: BaseThiefStealObjective
components:
- type: StealCondition
verifyMapExistence: false
verifyMapExistence: true # MAID steal objective check
descriptionText: objective-condition-thief-description
checkStealAreas: true

Expand Down Expand Up @@ -284,6 +284,7 @@
components:
- type: StealCondition
stealGroup: WantedListCartridge
verifyMapExistence: false # MAID steal objective check
- type: Objective
difficulty: 1

Expand All @@ -306,6 +307,7 @@
job: MedicalDoctor
- type: StealCondition
stealGroup: MedicalTechFabCircuitboard
verifyMapExistence: false # MAID steal objective check
- type: Objective
difficulty: 1

Expand Down Expand Up @@ -339,6 +341,7 @@
job: StationEngineer
- type: StealCondition
stealGroup: AmePartFlatpack
verifyMapExistence: false # MAID steal objective check
- type: Objective
difficulty: 1

Expand All @@ -361,6 +364,7 @@
job: CargoTechnician
- type: StealCondition
stealGroup: CargoShuttleConsoleCircuitboard
verifyMapExistence: false # MAID steal objective check
- type: Objective
difficulty: 0.7

Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Objectives/traitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
id: BaseTraitorStealObjective
components:
- type: StealCondition
verifyMapExistence: false
verifyMapExistence: true # MAID steal objective check
- type: Objective
difficulty: 2.75
- type: ObjectiveLimit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
components:
- type: StealCondition
descriptionText: objective-condition-changelingsteal-description
verifyMapExistence: false
verifyMapExistence: true # MAID steal objective check

- type: entity
parent: [BaseChangelingSyndicateObjective, BaseKillObjective]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
id: BaseCorporateStealObjective
components:
- type: StealCondition
verifyMapExistence: false
verifyMapExistence: true # MAID steal objective check
- type: Objective
difficulty: 2.75
- type: ObjectiveLimit
Expand Down
Loading