Skip to content

Commit

Permalink
Removed Cannabis from thief objectives (space-wizards#26412)
Browse files Browse the repository at this point in the history
* Removed Cannabis from thief objectives

* Removed the steal group and from cannabis prototypes
  • Loading branch information
ChaseFlorom committed Mar 24, 2024
1 parent 89db440 commit b44015b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
reagents:
- ReagentId: THC
Quantity: 15
- type: StealTarget
stealGroup: Cannabis


- type: entity
name: dried cannabis leaves
Expand All @@ -38,8 +37,6 @@
- type: Sprite
sprite: Objects/Specific/Hydroponics/tobacco.rsi
state: dried
- type: StealTarget
stealGroup: Cannabis

- type: entity
name: ground cannabis
Expand Down Expand Up @@ -68,8 +65,7 @@
- Smokable
- type: Item
size: Tiny
- type: StealTarget
stealGroup: Cannabis


- type: entity
name: tobacco leaves
Expand Down
7 changes: 1 addition & 6 deletions Resources/Prototypes/Objectives/stealTargetGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,7 @@
sprite: Objects/Misc/id_cards.rsi
state: default

- type: stealTargetGroup
id: Cannabis
name: cannabis
sprite:
sprite: Objects/Specific/Hydroponics/cannabis.rsi
state: produce


- type: stealTargetGroup
id: LAMP
Expand Down
15 changes: 1 addition & 14 deletions Resources/Prototypes/Objectives/thief.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,20 +142,7 @@
- type: Objective
difficulty: 0.7

- type: entity
noSpawn: true
parent: BaseThiefStealCollectionObjective
id: CannabisStealCollectionObjective
components:
- type: NotJobRequirement
job: Botanist
- type: StealCondition
stealGroup: Cannabis
minCollectionSize: 20
maxCollectionSize: 30
verifyMapExistence: false
- type: Objective
difficulty: 0.5


- type: entity
noSpawn: true
Expand Down

0 comments on commit b44015b

Please sign in to comment.