From 320f37be43fe16713d53ee3f217078dfc60e3876 Mon Sep 17 00:00:00 2001 From: FL-OZ Date: Mon, 25 May 2020 00:49:26 -0500 Subject: [PATCH] Fix like, all the vending machines because no one proofreads YAML. --- Resources/Prototypes/VendingMachines/boozeomat.yml | 2 +- Resources/Prototypes/VendingMachines/chapel.yml | 2 +- Resources/Prototypes/VendingMachines/coffee.yml | 2 +- Resources/Prototypes/VendingMachines/cola.yml | 2 +- Resources/Prototypes/VendingMachines/dinnerware.yml | 2 +- Resources/Prototypes/VendingMachines/discount.yml | 4 ++-- Resources/Prototypes/VendingMachines/mining.yml | 2 +- Resources/Prototypes/VendingMachines/suits.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/VendingMachines/boozeomat.yml b/Resources/Prototypes/VendingMachines/boozeomat.yml index 5757502826..019aca1a1f 100644 --- a/Resources/Prototypes/VendingMachines/boozeomat.yml +++ b/Resources/Prototypes/VendingMachines/boozeomat.yml @@ -3,7 +3,7 @@ name: Booze-O-Mat description: A vending machine containing multiple drinks for bartending. spriteName: boozeomat - startinginventory: + startingInventory: DrinkAbsintheBottleFull: 3 DrinkAlcoGreenFull: 3 DrinkAleBottleFull: 3 diff --git a/Resources/Prototypes/VendingMachines/chapel.yml b/Resources/Prototypes/VendingMachines/chapel.yml index bccf5d0bde..4e57499f06 100644 --- a/Resources/Prototypes/VendingMachines/chapel.yml +++ b/Resources/Prototypes/VendingMachines/chapel.yml @@ -3,7 +3,7 @@ name: PietyVend description: "A vending machine containing religious supplies and clothing. A label reads: \"A holy vendor for a pious man.\"" spriteName: chapel - startinginventory: + startingInventory: OuterclothingChaplainhoodie: 1 OuterclothingAcolyte: 4 OuterclothingBedsheet: 4 diff --git a/Resources/Prototypes/VendingMachines/coffee.yml b/Resources/Prototypes/VendingMachines/coffee.yml index f9ccfe180e..460d590e94 100644 --- a/Resources/Prototypes/VendingMachines/coffee.yml +++ b/Resources/Prototypes/VendingMachines/coffee.yml @@ -4,6 +4,6 @@ description: A vending machine that dispenses hot drinks. animationDuration: 3.4 spriteName: coffee - startinginventory: + startingInventory: DrinkHotCoffee: 20 DrinkTeaGlass: 20 diff --git a/Resources/Prototypes/VendingMachines/cola.yml b/Resources/Prototypes/VendingMachines/cola.yml index 41dc303c37..d3fd4fcd7b 100644 --- a/Resources/Prototypes/VendingMachines/cola.yml +++ b/Resources/Prototypes/VendingMachines/cola.yml @@ -4,7 +4,7 @@ description: A softdrink vendor provided by Robust Industries, LLC. animationDuration: 1.1 spriteName: cola - startinginventory: + startingInventory: DrinkFoodContainerColaCanUnopened: 10 DrinkFoodContainerIceTeaCanUnopened: 10 DrinkFoodContainerLemonLimeCanUnopened: 10 diff --git a/Resources/Prototypes/VendingMachines/dinnerware.yml b/Resources/Prototypes/VendingMachines/dinnerware.yml index f6bcfda6be..0d3a206352 100644 --- a/Resources/Prototypes/VendingMachines/dinnerware.yml +++ b/Resources/Prototypes/VendingMachines/dinnerware.yml @@ -3,7 +3,7 @@ name: Dinnerware description: A vending machine containing kitchen and restaurant equipment. spriteName: dinnerware - startinginventory: + startingInventory: ButchCleaver: 1 DrinkBaseCup: 10 DrinkPitcher: 1 diff --git a/Resources/Prototypes/VendingMachines/discount.yml b/Resources/Prototypes/VendingMachines/discount.yml index 7606257a16..bbc2955edb 100644 --- a/Resources/Prototypes/VendingMachines/discount.yml +++ b/Resources/Prototypes/VendingMachines/discount.yml @@ -3,7 +3,7 @@ name: Discount Dan's description: A vending machine containing discount snacks from the infamous 'Discount Dan' franchise. spriteName: discount - startinginventory: + startingInventory: Food4NoRaisins: 10 FoodCandy: 10 FoodCandyCorn: 2 @@ -12,7 +12,7 @@ FoodCookie: 2 FoodDonut: 1 FoodFrostedDonut: 1 - FoodHotDog: 2 + FoodHotdog: 2 FoodLiquidFood: 1 FoodSosJerky: 5 FoodSpaceTwinkie: 3 diff --git a/Resources/Prototypes/VendingMachines/mining.yml b/Resources/Prototypes/VendingMachines/mining.yml index 76f3d0f12f..205336c487 100644 --- a/Resources/Prototypes/VendingMachines/mining.yml +++ b/Resources/Prototypes/VendingMachines/mining.yml @@ -3,5 +3,5 @@ name: Dwarven Mining Equipment description: Get your mining equipment here, and above all keep digging! spriteName: mining - startinginventory: + startingInventory: Pickaxe: 4 diff --git a/Resources/Prototypes/VendingMachines/suits.yml b/Resources/Prototypes/VendingMachines/suits.yml index bd29d4ebe5..9d4e4211dc 100644 --- a/Resources/Prototypes/VendingMachines/suits.yml +++ b/Resources/Prototypes/VendingMachines/suits.yml @@ -5,7 +5,7 @@ spriteName: suits startingInventory: JanitorUniform: 3 - UniformGrey: 3 + UniformColorGrey: 3 UniformEngineering: 3 UniformAssistant: 3 UniformClown: 3