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:
committed by
GitHub
parent
cb9f60e275
commit
4bcf7b73fd
@@ -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
|
||||||
Reference in New Issue
Block a user