From a7a6a0629e1b7aee8b3a564962084569a32fb968 Mon Sep 17 00:00:00 2001 From: Dvir Date: Sat, 2 Dec 2023 20:46:53 +0200 Subject: [PATCH] Fix missing FTL --- .../_NF/prototypes/catalog/fills/crates/vending-crates.ftl | 5 ++++- Resources/Prototypes/_NF/Catalog/Fills/Crates/vending.yml | 2 +- .../Objects/Specific/Service/vending_machine_restock.yml | 4 ---- 3 files changed, 5 insertions(+), 6 deletions(-) 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 1e5f036d91d..a40f57fb9bc 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 @@ -11,7 +11,10 @@ ent-CrateVendingMachineRestockCuddlyCritterVendFilled = CuddlyCritterVend restoc .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. + .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. + +ent-CrateVendingMachineRestockLessLethalVendFilled = LessLethalVend restock crate + .desc = Contains two restock boxes for the LessLethalVend vending machine. diff --git a/Resources/Prototypes/_NF/Catalog/Fills/Crates/vending.yml b/Resources/Prototypes/_NF/Catalog/Fills/Crates/vending.yml index 61bd0217956..0932312d753 100644 --- a/Resources/Prototypes/_NF/Catalog/Fills/Crates/vending.yml +++ b/Resources/Prototypes/_NF/Catalog/Fills/Crates/vending.yml @@ -41,4 +41,4 @@ - type: StorageFill contents: - id: VendingMachineRestockLessLethalVend - amount: 1 + amount: 2 diff --git a/Resources/Prototypes/_NF/Entities/Objects/Specific/Service/vending_machine_restock.yml b/Resources/Prototypes/_NF/Entities/Objects/Specific/Service/vending_machine_restock.yml index 0cb54c67c91..0f0485a419d 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Specific/Service/vending_machine_restock.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Specific/Service/vending_machine_restock.yml @@ -62,7 +62,6 @@ - state: green_bit shader: unshaded - state: refill_salvage # Update this later with a new sprite - - type: CargoSellBlacklist - type: entity parent: SecuredVendingMachineRestock @@ -79,7 +78,6 @@ - state: green_bit shader: unshaded - state: refill_sec # Update this later with a new sprite - - type: CargoSellBlacklist - type: entity parent: SecuredVendingMachineRestock @@ -96,7 +94,6 @@ - state: green_bit shader: unshaded - state: refill_parts # Update this later with a new sprite - - type: CargoSellBlacklist - type: entity parent: SecuredVendingMachineRestock @@ -130,4 +127,3 @@ - state: green_bit shader: unshaded - state: refill_lesslethal - - type: CargoSellBlacklist