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