From b3d298e064ac3dbd9bfe175e668fc5dd9ef14631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Thu, 30 Jul 2020 23:58:00 +0200 Subject: [PATCH] Fix integration tests, hopefully --- Resources/Prototypes/Catalog/Fills/crate.yml | 2 +- Resources/Prototypes/Catalog/LatheRecipes/tools.yml | 2 +- Resources/Prototypes/Catalog/VendingMachines/youtool.yml | 2 +- Resources/Prototypes/Entities/Constructible/Power/lathe.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/crate.yml b/Resources/Prototypes/Catalog/Fills/crate.yml index 4ea8960674..3c05a463b9 100644 --- a/Resources/Prototypes/Catalog/Fills/crate.yml +++ b/Resources/Prototypes/Catalog/Fills/crate.yml @@ -118,4 +118,4 @@ components: - type: StorageFill contents: - - CableStack + - CableStack1 diff --git a/Resources/Prototypes/Catalog/LatheRecipes/tools.yml b/Resources/Prototypes/Catalog/LatheRecipes/tools.yml index e07bbd3b97..c9abbfc02f 100644 --- a/Resources/Prototypes/Catalog/LatheRecipes/tools.yml +++ b/Resources/Prototypes/Catalog/LatheRecipes/tools.yml @@ -40,7 +40,7 @@ id: CableStack name: cable coil icon: Objects/Tools/cable_coil.png - result: CableStack + result: CableStack1 completetime: 500 materials: steel: 50 diff --git a/Resources/Prototypes/Catalog/VendingMachines/youtool.yml b/Resources/Prototypes/Catalog/VendingMachines/youtool.yml index 7d3e2162b4..25e0c9f951 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/youtool.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/youtool.yml @@ -5,7 +5,7 @@ animationDuration: 1.1 spriteName: youtool startingInventory: - CableStack: 10 + CableStack1: 10 Crowbar: 5 Welder: 3 Wirecutter: 5 diff --git a/Resources/Prototypes/Entities/Constructible/Power/lathe.yml b/Resources/Prototypes/Entities/Constructible/Power/lathe.yml index a7a40cedf3..40f7637cdc 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/lathe.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/lathe.yml @@ -69,7 +69,7 @@ - Screwdriver - Welder - Wrench - - CableStack + - CableStack1 - Crowbar - Multitool - type: Appearance @@ -118,7 +118,7 @@ - Screwdriver - Welder - Wrench - - CableStack + - CableStack1 - Crowbar - Multitool - type: UserInterface