From 8850cafe49979021d2cf60f78d2f5e15ffbfbe4a Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Sun, 23 Jan 2022 17:47:22 +0000 Subject: [PATCH] Makes SMES and Substation construct with no charge (#6242) --- Resources/Prototypes/Entities/Structures/Power/apc.yml | 2 +- Resources/Prototypes/Entities/Structures/Power/smes.yml | 2 +- Resources/Prototypes/Entities/Structures/Power/substation.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Power/apc.yml b/Resources/Prototypes/Entities/Structures/Power/apc.yml index 3176592296..3669d521ad 100644 --- a/Resources/Prototypes/Entities/Structures/Power/apc.yml +++ b/Resources/Prototypes/Entities/Structures/Power/apc.yml @@ -41,7 +41,7 @@ - type: ApcVisualizer - type: Battery maxCharge: 10000 - startingCharge: 10000 + startingCharge: 0 - type: ExaminableBattery - type: NodeContainer examinable: true diff --git a/Resources/Prototypes/Entities/Structures/Power/smes.yml b/Resources/Prototypes/Entities/Structures/Power/smes.yml index ea8eb6ede2..aaeab35969 100644 --- a/Resources/Prototypes/Entities/Structures/Power/smes.yml +++ b/Resources/Prototypes/Entities/Structures/Power/smes.yml @@ -22,7 +22,7 @@ - type: SmesVisualizer - type: Battery maxCharge: 1000 - startingCharge: 1000 + startingCharge: 0 - type: ExaminableBattery - type: NodeContainer examinable: true diff --git a/Resources/Prototypes/Entities/Structures/Power/substation.yml b/Resources/Prototypes/Entities/Structures/Power/substation.yml index 63b457c624..81d625c1f4 100644 --- a/Resources/Prototypes/Entities/Structures/Power/substation.yml +++ b/Resources/Prototypes/Entities/Structures/Power/substation.yml @@ -17,7 +17,7 @@ shader: unshaded - type: Battery maxCharge: 1000 - startingCharge: 1000 + startingCharge: 0 - type: ExaminableBattery - type: PointLight radius: 1.5