From 94c9e49bb18f390e271a681340ceee7f7937d0e7 Mon Sep 17 00:00:00 2001 From: Ed Date: Wed, 30 Jul 2025 15:42:22 +0300 Subject: [PATCH] fix --- Resources/Prototypes/_CP14/Entities/StatusEffects/misc.yml | 2 ++ .../Entities/Structures/Specific/Demiplanes/round_end.yml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/_CP14/Entities/StatusEffects/misc.yml b/Resources/Prototypes/_CP14/Entities/StatusEffects/misc.yml index b105b49bd8..a1fab9a75c 100644 --- a/Resources/Prototypes/_CP14/Entities/StatusEffects/misc.yml +++ b/Resources/Prototypes/_CP14/Entities/StatusEffects/misc.yml @@ -2,6 +2,7 @@ id: CP14StatusEffectGlowing components: - type: StatusEffect + - type: StatusEffectAlert alert: CP14Glowing - type: Sprite drawdepth: Effects @@ -20,6 +21,7 @@ id: CP14StatusEffectMagicArmor components: - type: StatusEffect + - type: StatusEffectAlert alert: CP14MagicArmor - type: Sprite drawdepth: Mobs diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Specific/Demiplanes/round_end.yml b/Resources/Prototypes/_CP14/Entities/Structures/Specific/Demiplanes/round_end.yml index e11058426b..7b0ee79371 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Specific/Demiplanes/round_end.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Specific/Demiplanes/round_end.yml @@ -34,8 +34,8 @@ - !type:PulseBehaviour interpolate: Cubic maxDuration: 5 - minValue: 1.0 - maxValue: 40.0 + startValue: 1.0 + endValue: 40.0 property: Energy isLooped: true enabled: true