From: MilenVolf <63782763+MilenVolf@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:53:22 +0000 (+0300) Subject: Fix dragon slowdown on damage (#26975) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=34fbd2874e3f2602f8cf1cb55bf4c20588aa8764;p=space-station-14.git Fix dragon slowdown on damage (#26975) Fix dragon slow on damage --- diff --git a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml index 10e4386021..0eda8ae9d7 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml @@ -85,6 +85,10 @@ 0: Alive 450: Critical 500: Dead + - type: SlowOnDamage + speedModifierThresholds: + 250: 0.7 + 400: 0.5 - type: Metabolizer solutionOnBody: false updateInterval: 0.25