diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/ame.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/ame.yml index 4b73ef33c4..284f7af998 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/ame.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/ame.yml @@ -150,3 +150,6 @@ - type: Appearance visuals: - type: AMEVisualizer + - type: Construction + graph: ameShielding + node: ameShielding diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/ame_shielding.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/ame_shielding.yml new file mode 100644 index 0000000000..e99ff3149b --- /dev/null +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/ame_shielding.yml @@ -0,0 +1,18 @@ +- type: constructionGraph + id: ameShielding + start: start + graph: + - node: start + + - node: ameShielding + entity: AMEShielding + edges: + - to: start + completed: + - !type:SpawnPrototype + prototype: AMEPart + amount: 1 + - !type:DeleteEntity + steps: + - tool: Welding + doAfter: 3