From bf3b4dda5bdec2acd14fa67581ad2c352e7d7953 Mon Sep 17 00:00:00 2001 From: Errant <35878406+dmnct@users.noreply.github.com> Date: Tue, 6 Dec 2022 23:34:56 +0000 Subject: [PATCH] Fix wallmount generators and substations being blocked by wall (#12847) --- .../Entities/Structures/Power/Generation/generators.yml | 4 +++- Resources/Prototypes/Entities/Structures/Power/substation.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/generators.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/generators.yml index f15c17d7a7..17816d83b3 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/generators.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/generators.yml @@ -117,6 +117,7 @@ supplyRate: 3000 supplyRampRate: 500 supplyRampTolerance: 500 + - type: WallMount # Construction Frames @@ -143,6 +144,7 @@ - type: Construction graph: WallmountGenerator node: frame + - type: WallMount # Generators in use @@ -250,7 +252,7 @@ max: 1 - !type:DoActsBehavior acts: [ "Destruction" ] - + # TODO: need radioactive fallout when destroyed - type: entity diff --git a/Resources/Prototypes/Entities/Structures/Power/substation.yml b/Resources/Prototypes/Entities/Structures/Power/substation.yml index 2f05f24dc4..3de23a44d3 100644 --- a/Resources/Prototypes/Entities/Structures/Power/substation.yml +++ b/Resources/Prototypes/Entities/Structures/Power/substation.yml @@ -159,6 +159,7 @@ intensitySlope: 2 totalIntensity: 100 - type: StationInfiniteBatteryTarget + - type: WallMount # Substations in use @@ -213,3 +214,4 @@ - type: Construction graph: WallmountSubstation node: frame + - type: WallMount