fix shotgun start node not being named start (#14611)
This commit is contained in:
@@ -115,7 +115,7 @@
|
|||||||
capacity: 2
|
capacity: 2
|
||||||
- type: Construction
|
- type: Construction
|
||||||
graph: ShotgunSawn
|
graph: ShotgunSawn
|
||||||
node: shotgundoublebarreled
|
node: start
|
||||||
deconstructionTarget: null
|
deconstructionTarget: null
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
- type: constructionGraph
|
- type: constructionGraph
|
||||||
id: ShotgunSawn
|
id: ShotgunSawn
|
||||||
start: shotgundoublebarreled
|
start: start
|
||||||
graph:
|
graph:
|
||||||
- node: shotgundoublebarreled
|
- node: start
|
||||||
edges:
|
edges:
|
||||||
- to: shotgunsawn
|
- to: shotgunsawn
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user