Skip to content

Commit

Permalink
Merge branch 'new-frontiers-14:master' into ore_bag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 authored Oct 17, 2023
2 parents d554978 + e9725a8 commit 3da8f19
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ ent-CrateVendingMachineRestockCircuitVendFilled = CircuitVend restock crate
.desc = Contains two restock boxes for a CircuitVend vending machine.
ent-CrateVendingMachineRestockCuddlyCritterVendFilled = CuddlyCritterVend restock crate
.desc = Contains two restock boxes for a CuddlyCritterVend vending machine.
.desc = Contains two restock boxes for a CuddlyCritterVend vending machine.
ent-CrateVendingMachineRestockChefvendFilled = ChefVend restock crate
.desc = Contains two restock boxes for a Chefvend vending machine.
ent-CrateVendingMachineRestockCondimentStationFilled = Condiment Station restock crate
.desc = Contains two restock boxes for a condiment station.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Catalog/Cargo/cargo_vending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockChefvendFilled
cost: 680
cost: 100
category: Service
group: market

Expand Down Expand Up @@ -54,7 +54,7 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockCondimentStationFilled
cost: 300
cost: 100
category: Service
group: market

Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Catalog/Fills/Crates/vending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

- type: entity
id: CrateVendingMachineRestockChefvendFilled
name: ChefVend restock crate
parent: CratePlastic
parent: CratePlasticBiodegradable
components:
- type: StorageFill
contents:
- id: VendingMachineRestockChefvend
amount: 2

- type: entity
id: CrateVendingMachineRestockClothesFilled
Expand All @@ -29,12 +29,12 @@

- type: entity
id: CrateVendingMachineRestockCondimentStationFilled
name: Condiment Station restock crate
parent: CratePlastic
parent: CratePlasticBiodegradable
components:
- type: StorageFill
contents:
- id: VendingMachineRestockCondimentStation
amount: 2

- type: entity
id: CrateVendingMachineRestockDinnerwareFilled
Expand Down

0 comments on commit 3da8f19

Please sign in to comment.