Skip to content

Commit

Permalink
Adds the jar of olive oil (#197)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff <>
  • Loading branch information
IamVelcroboy authored Oct 19, 2023
1 parent 7b2044c commit ab14a5b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Catalog/Fills/Crates/food.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
amount: 1
- id: OilJarGhee
amount: 1
- id: ReagentContainerOliveoil
amount: 1 #End Nyano code.
- id: OilJarOlive
amount: 1 #End Nyano code.
- id: ReagentContainerFlour
amount: 3
- id: ReagentContainerRice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
drinkCanIcon:
True: {state: "icon_open"}
False: {state: "icon"}

- type: entity
parent: BaseOilJar
id: OilJarGhee
Expand Down Expand Up @@ -53,4 +53,23 @@
maxVol: 100
reagents:
- ReagentId: Cornoil
Quantity: 100
Quantity: 100

- type: entity
parent: BaseOilJar
id: OilJarOlive
name: jar of olive oil
description: A large tinted glass jar with a simple label of olives on it.
components:
- type: Sprite
layers:
- state: icon
map: ["drinkCanIcon"]
- state: olives
- type: SolutionContainerManager
solutions:
drink:
maxVol: 100
reagents:
- ReagentId: OilOlive
Quantity: 100

0 comments on commit ab14a5b

Please sign in to comment.