From 4bcf7b73fd2cb04362f14957130886cd4dd4708e Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com> Date: Sat, 16 Jul 2022 19:43:24 +0200 Subject: [PATCH] Fixes makeshift laser using the wrong type of construction step. (#9811) It needed to use the "material" step, not the "prototype" step... --- ...keshift laser gun.yml => makeshift_laser_gun.yml} | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) rename Resources/Prototypes/Recipes/Construction/Graphs/weapons/{makeshift laser gun.yml => makeshift_laser_gun.yml} (56%) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/makeshift laser gun.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/makeshift_laser_gun.yml similarity index 56% rename from Resources/Prototypes/Recipes/Construction/Graphs/weapons/makeshift laser gun.yml rename to Resources/Prototypes/Recipes/Construction/Graphs/weapons/makeshift_laser_gun.yml index 76cbe85b6c..934e975f39 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/makeshift laser gun.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/makeshift_laser_gun.yml @@ -8,18 +8,12 @@ steps: - material: Cable amount: 2 - doAfter: 2 + doAfter: 12 - material: Steel amount: 10 - doAfter: 4 - - prototype: MaterialDiamond - name: refined diamond - icon: - sprite: Objects/Materials/materials.rsi - state: diamond - doAfter: 1 + - material: Diamond + amount: 1 - material: Glass amount: 5 - doAfter: 5 - node: makeshiftLaser entity: WeaponMakeshiftLaser