]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix species speeds (#20890)
authorGoodWheatley <109803540+GoodWheatley@users.noreply.github.com>
Tue, 10 Oct 2023 14:03:19 +0000 (10:03 -0400)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 14:03:19 +0000 (10:03 -0400)
* Fix diona speed

* Fix lizard speed

Resources/Prototypes/Body/Parts/diona.yml
Resources/Prototypes/Body/Parts/reptilian.yml

index 357cf7947b0fe107745fddc207172ad4881bd2f7..5257512aaab68814594040a89d0db4b6a3bc9323 100644 (file)
@@ -62,9 +62,6 @@
   components:
   - type: Sprite
     state: "l_leg"
-  - type: MovementBodyPart
-    walkSpeed : 1.5
-    sprintSpeed : 3.5
 
 - type: entity
   id: RightLegDiona
@@ -76,9 +73,6 @@
   - type: BodyPart
     partType: Leg
     symmetry: Right
-  - type: MovementBodyPart
-    walkSpeed : 1.5
-    sprintSpeed : 3.5
 
 - type: entity
   id: LeftFootDiona
index 22ab7aeb525b3198b9cea588bfe9762eb246746f..a299636352a660a4b5769da9bb435b569c85892b 100644 (file)
@@ -90,9 +90,6 @@
   - type: Sprite
     sprite: Mobs/Species/Reptilian/parts.rsi
     state: "l_leg"
-  - type: MovementBodyPart
-    walkSpeed : 2.7
-    sprintSpeed : 4.5
 
 - type: entity
   id: RightLegReptilian
   - type: Sprite
     sprite: Mobs/Species/Reptilian/parts.rsi
     state: "r_leg"
-  - type: MovementBodyPart
-    walkSpeed : 2.7
-    sprintSpeed : 4.5
 
 - type: entity
   id: LeftFootReptilian
   components:
   - type: Sprite
     sprite: Mobs/Species/Reptilian/parts.rsi
-    state: "r_foot"
\ No newline at end of file
+    state: "r_foot"