chore: made regalrat go the speed he should go (#41420)

that's a 5, not the defaulted back 4.5 from `UpdateMovementSpeed` in
Content.Shared/Body/Systems/SharedBodySystem.Parts.cs
This commit is contained in:
April
2025-11-15 06:16:00 +01:00
committed by GitHub
parent 3b23f234c6
commit 162a17411f

View 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
@@ -253,7 +253,7 @@
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