Skip to content

Commit

Permalink
soil crates need to be dug
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Dec 25, 2024
1 parent 6a99dde commit 88f8438
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Resources/Prototypes/_NF/Entities/Objects/Devices/flatpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,23 +370,27 @@
- type: entity
parent: UniformPrinterFlatpack
id: HydroponicsSoilNutritionFlatpack
name: crate with fertile soil
description: A crate with fertile soil used for constructing a soil bed for growing.
name: crate of fertile soil
description: A crate of fertile soil used for constructing a soil bed for growing. Spread it around with a shovel.
components:
- type: Flatpack
entity: HydroponicsSoilNutrition
qualityNeeded: Digging
unpackSound: /Audio/Items/shovel_dig.ogg
- type: Sprite
layers:
- state: soil

- type: entity
parent: UniformPrinterFlatpack
id: HydroponicsSoilEmptyFlatpack
name: crate with soil
description: A crate with soil used for constructing a soil bed for growing.
name: crate of soil
description: A crate of soil used for constructing a soil bed for growing. Spread it around with a shovel.
components:
- type: Flatpack
entity: HydroponicsSoilEmpty
qualityNeeded: Digging
unpackSound: /Audio/Items/shovel_dig.ogg
- type: Sprite
layers:
- state: soil
Expand Down

0 comments on commit 88f8438

Please sign in to comment.