diff --git a/Resources/Locale/en-US/_NF/prototypes/catalog/fills/crates/vending-crates.ftl b/Resources/Locale/en-US/_NF/prototypes/catalog/fills/crates/vending-crates.ftl index b4f82c609d9..1e5f036d91d 100644 --- a/Resources/Locale/en-US/_NF/prototypes/catalog/fills/crates/vending-crates.ftl +++ b/Resources/Locale/en-US/_NF/prototypes/catalog/fills/crates/vending-crates.ftl @@ -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. \ No newline at end of file + .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. diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index be8d41dedb1..56f6ccb82a7 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -23,7 +23,7 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockChefvendFilled - cost: 680 + cost: 100 category: Service group: market @@ -54,7 +54,7 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockCondimentStationFilled - cost: 300 + cost: 100 category: Service group: market diff --git a/Resources/Prototypes/Catalog/Fills/Crates/vending.yml b/Resources/Prototypes/Catalog/Fills/Crates/vending.yml index 18d7ddc41d5..414cb648dfa 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/vending.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/vending.yml @@ -10,11 +10,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 @@ -30,11 +31,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