From: GoodWheatley <109803540+GoodWheatley@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:03:19 +0000 (-0400) Subject: Fix species speeds (#20890) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=764a0a15c1f96faf680900d4b9f5f74e152004fc;p=space-station-14.git Fix species speeds (#20890) * Fix diona speed * Fix lizard speed --- diff --git a/Resources/Prototypes/Body/Parts/diona.yml b/Resources/Prototypes/Body/Parts/diona.yml index 357cf7947b..5257512aaa 100644 --- a/Resources/Prototypes/Body/Parts/diona.yml +++ b/Resources/Prototypes/Body/Parts/diona.yml @@ -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 diff --git a/Resources/Prototypes/Body/Parts/reptilian.yml b/Resources/Prototypes/Body/Parts/reptilian.yml index 22ab7aeb52..a299636352 100644 --- a/Resources/Prototypes/Body/Parts/reptilian.yml +++ b/Resources/Prototypes/Body/Parts/reptilian.yml @@ -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 @@ -102,9 +99,6 @@ - type: Sprite sprite: Mobs/Species/Reptilian/parts.rsi state: "r_leg" - - type: MovementBodyPart - walkSpeed : 2.7 - sprintSpeed : 4.5 - type: entity id: LeftFootReptilian @@ -122,4 +116,4 @@ components: - type: Sprite sprite: Mobs/Species/Reptilian/parts.rsi - state: "r_foot" \ No newline at end of file + state: "r_foot"