Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rosieposieeee committed Dec 6, 2024
1 parent 0d8cb08 commit c428afc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
3 changes: 2 additions & 1 deletion Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_food.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@
product: WoodenKegWine
cost: 500
category: Food
group: market
group: market

Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
solutions:
tank:
maxVol: 500
canMix: true
- type: ExaminableSolution
solution: tank
- type: UserInterface
Expand Down Expand Up @@ -115,41 +114,41 @@
description: A musty old wooden keg, with a tap attached to the front. Smells like root beer.
id: WoodenKegRootBeer
components:
- type: Label
currentLabel: reagent-name-root-beer
- type: SolutionContainerManager
solutions:
tank:
reagents:
- ReagentId: RootBeer
Quantity: 500
- type: Label
currentLabel: reagent-name-root-beer
- type: SolutionContainerManager
solutions:
tank:
reagents:
- ReagentId: RootBeer
Quantity: 500

- type: entity
parent: WoodenKeg
name: beer keg
description: A musty old wooden keg, with a tap attached to the front. Smells like beer.
id: WoodenKegBeer
components:
- type: Label
currentLabel: reagent-name-beer
- type: SolutionContainerManager
solutions:
tank:
reagents:
- ReagentId: Beer
Quantity: 500
- type: Label
currentLabel: reagent-name-beer
- type: SolutionContainerManager
solutions:
tank:
reagents:
- ReagentId: Beer
Quantity: 500

- type: entity
parent: WoodenKeg
name: wine keg
description: A musty old wooden keg, with a tap attached to the front. Smells like wine.
id: WoodenKegWine
components:
- type: Label
currentLabel: reagent-name-wine
- type: SolutionContainerManager
solutions:
tank:
reagents:
- ReagentId: Wine
Quantity: 500
- type: Label
currentLabel: reagent-name-wine
- type: SolutionContainerManager
solutions:
tank:
reagents:
- ReagentId: Wine
Quantity: 500
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation PR https://github.com/tgstation/tgstation/pull/38977, modified by rosieposieeee",
"copyright": "Taken from tgstation PR https://github.com/tgstation/tgstation/blob/master/icons/obj/objects.dmi, modified by rosieposieeee",
"size": {
"x": 32,
"y": 32
Expand Down

0 comments on commit c428afc

Please sign in to comment.