From 162a17411febcd048d5ca7bce13a0cfdb5593802 Mon Sep 17 00:00:00 2001 From: April <1866440+April-Gras@users.noreply.github.com> Date: Sat, 15 Nov 2025 06:16:00 +0100 Subject: [PATCH] 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 --- Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml index d48ac0dd78..1de449a215 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml @@ -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