diff --git a/Resources/Prototypes/LatheRecipes/tools.yml b/Resources/Prototypes/LatheRecipes/tools.yml index 0480b2cb24..38f0139b16 100644 --- a/Resources/Prototypes/LatheRecipes/tools.yml +++ b/Resources/Prototypes/LatheRecipes/tools.yml @@ -8,7 +8,9 @@ - type: latheRecipe id: Screwdriver - icon: Objects/Tools/screwdriver.png + icon: + sprite: Objects/Tools/screwdriver.rsi + state: screwdriver result: Screwdriver completetime: 500 materials: @@ -16,7 +18,9 @@ - type: latheRecipe id: Welder - icon: Objects/Tools/autolathe_welder.png + icon: + sprite: Objects/Tools/welder.rsi + state: welder result: Welder completetime: 500 materials: @@ -51,7 +55,9 @@ - type: latheRecipe id: Multitool - icon: Objects/Tools/multitool.png + icon: + sprite: Objects/Tools/multitool.rsi + state: multitool result: Multitool completetime: 500 materials: diff --git a/Resources/Textures/Objects/Tools/autolathe_welder.png b/Resources/Textures/Objects/Tools/autolathe_welder.png deleted file mode 100644 index 6b1ed2cf13..0000000000 Binary files a/Resources/Textures/Objects/Tools/autolathe_welder.png and /dev/null differ