]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
temporarily remove broken anom behavior (#26775)
authorosjarw <62134478+osjarw@users.noreply.github.com>
Sat, 6 Apr 2024 22:27:16 +0000 (01:27 +0300)
committerGitHub <noreply@github.com>
Sat, 6 Apr 2024 22:27:16 +0000 (01:27 +0300)
Removed `Moving` anom behavior

Resources/Prototypes/Anomaly/behaviours.yml

index b46ba97fc2fbd8d20f34951effcbb073e7f36513..aa9ad2f90d375e91fc13acf1a5a1cc2223238994 100644 (file)
@@ -20,7 +20,6 @@
     InconstancyParticle: 0.5
     FullUnknown: 0.5
     Jumping: 0.3
-    Moving: 0.1
   #Complex
     FastUnknown: 0.2
     JumpingUnknown: 0.1
     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