From: osjarw <62134478+osjarw@users.noreply.github.com> Date: Sat, 6 Apr 2024 22:27:16 +0000 (+0300) Subject: temporarily remove broken anom behavior (#26775) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1b8fc71dd6183b21ebf21b651e4836f39c3103b7;p=space-station-14.git temporarily remove broken anom behavior (#26775) Removed `Moving` anom behavior --- diff --git a/Resources/Prototypes/Anomaly/behaviours.yml b/Resources/Prototypes/Anomaly/behaviours.yml index b46ba97fc2..aa9ad2f90d 100644 --- a/Resources/Prototypes/Anomaly/behaviours.yml +++ b/Resources/Prototypes/Anomaly/behaviours.yml @@ -20,7 +20,6 @@ InconstancyParticle: 0.5 FullUnknown: 0.5 Jumping: 0.3 - Moving: 0.1 #Complex FastUnknown: 0.2 JumpingUnknown: 0.1 @@ -133,19 +132,6 @@ shuffleOnParticleHit: true prob: 0.8 -- type: anomalyBehavior - id: Moving - earnPointModifier: 2.2 - description: anomaly-behavior-moving - components: - - type: RandomWalk - minSpeed: 0 - maxSpeed: 0.3 - - type: CanMoveInAir - - type: Physics - bodyType: Dynamic - bodyStatus: InAir - - type: anomalyBehavior id: Jumping earnPointModifier: 1.8