]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix projectile deceleration (#42320)
authorB_Kirill <153602297+B-Kirill@users.noreply.github.com>
Fri, 9 Jan 2026 18:31:49 +0000 (04:31 +1000)
committerGitHub <noreply@github.com>
Fri, 9 Jan 2026 18:31:49 +0000 (18:31 +0000)
Resources/Prototypes/Entities/Objects/Magic/immovable_rod.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/meteors.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml

index 200a5d3ee67e95e09cf2c96a56760b4e7d57c49f..cb5f083eaa08f36336a4d514896007897d8f919e 100644 (file)
@@ -15,7 +15,6 @@
   - type: GravityAffected
   - type: Physics
     bodyType: Dynamic
-    linearDamping: 0
   - type: TileFrictionModifier
     modifier: 0
   - type: PointLight
index ab78c001900c27cb0691e96ee87969180b76eed4..dcdc8e19b7eb17ec31f22fb86f4e7012c10d5c58 100644 (file)
@@ -20,8 +20,6 @@
   - type: Physics
     bodyType: Dynamic
     bodyStatus: InAir
-    angularDamping: 0
-    linearDamping: 0
   - type: Fixtures
     fixtures:
       projectile:
index 6b6f447f6d7fbd22552df38f5fdbd48f4832e818..721a89964bea79eda138af19aea60b39cd5f263e 100644 (file)
@@ -63,8 +63,8 @@
       shader: unshaded
   - type: Physics
     bodyType: Dynamic
-    linearDamping: 0
-    angularDamping: 0
+  - type: TileFrictionModifier
+    modifier: 0
   - type: Fixtures
     fixtures:
       projectile:
   - type: Clickable
   - type: Physics
     bodyType: Dynamic
-    linearDamping: 0
-    angularDamping: 0
+  - type: TileFrictionModifier
+    modifier: 0
   - type: TimedDespawn
     lifetime: 10
   - type: Projectile
         - state: hook
     - type: Physics
       bodyType: Dynamic
-      linearDamping: 0
-      angularDamping: 0
+    - type: TileFrictionModifier
+      modifier: 0
     - type: Projectile
       deleteOnCollide: false
       damage: