Fixes makeshift laser using the wrong type of construction step. (#9811)

It needed to use the "material" step, not the "prototype" step...
This commit is contained in:
Vera Aguilera Puerto
2022-07-16 19:43:24 +02:00
committed by GitHub
parent cb9f60e275
commit 4bcf7b73fd

View File

@@ -8,18 +8,12 @@
steps: steps:
- material: Cable - material: Cable
amount: 2 amount: 2
doAfter: 2 doAfter: 12
- material: Steel - material: Steel
amount: 10 amount: 10
doAfter: 4 - material: Diamond
- prototype: MaterialDiamond amount: 1
name: refined diamond
icon:
sprite: Objects/Materials/materials.rsi
state: diamond
doAfter: 1
- material: Glass - material: Glass
amount: 5 amount: 5
doAfter: 5
- node: makeshiftLaser - node: makeshiftLaser
entity: WeaponMakeshiftLaser entity: WeaponMakeshiftLaser