]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
chore: made regalrat go the speed he should go (#41420)
authorApril <1866440+April-Gras@users.noreply.github.com>
Sat, 15 Nov 2025 05:16:00 +0000 (06:16 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Nov 2025 05:16:00 +0000 (05:16 +0000)
that's a 5, not the defaulted back 4.5 from `UpdateMovementSpeed` in
Content.Shared/Body/Systems/SharedBodySystem.Parts.cs

Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml

index d48ac0dd78ec7e86a919841d80aad26a25261a78..1de449a215b61e89d572bbc8e30faf7ff3e5e315 100644 (file)
@@ -61,7 +61,7 @@
         Piercing: 8
   - type: Body
     prototype: Rat
-    requiredLegs: 1 # TODO: More than 1 leg
+    requiredLegs: 0 # TODO: Make more than 1 leg, set to 0 to avoid sprint speed being reset by the body system
   - type: Hunger # probably should be prototyped
     thresholds:
       Overfed: 200
         Piercing: 3
   - type: Body
     prototype: Rat
-    requiredLegs: 1 # TODO: More than 1 leg
+    requiredLegs: 0 # TODO: Make more than 1 leg, set to 0 to avoid sprint speed being reset by the body system
   - type: Hunger # probably should be prototyped
     thresholds:
       Overfed: 200