From 40a999d6db18b0f28ae85bebf7c34d1feb6e8b31 Mon Sep 17 00:00:00 2001 From: archee1 Date: Fri, 18 Apr 2025 02:15:25 +0100 Subject: [PATCH] Allowing Cats to walk (#36542) * Adds the ability for Syndicats to walk * Moved walking speed modifier to the base MobCat from MobCatSyndy * Fixes Cak's flipped sprinting/walking speeds --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 3 +++ .../Entities/Objects/Consumable/Food/Baked/cake.yml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 3b56f53dce..a7aca49505 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -2967,6 +2967,9 @@ - type: Tag tags: - VimPilot + - type: MovementSpeedModifier + baseWalkSpeed: 2 + baseSprintSpeed: 4 - type: entity name: calico cat diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml index 6b2fe3ef4e..d5bf403d2e 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml @@ -759,8 +759,8 @@ speechSounds: Cat speechVerb: SmallMob - type: MovementSpeedModifier - baseWalkSpeed : 5 - baseSprintSpeed : 3 + baseWalkSpeed : 3 + baseSprintSpeed : 5 - type: Tag tags: - VimPilot -- 2.51.2