From 30bd3d1da06bd0a9b2881bc89ff7f2117b34d899 Mon Sep 17 00:00:00 2001 From: Anzarot121 <116586144+Anzarot121@users.noreply.github.com> Date: Sat, 3 Feb 2024 04:25:11 +0300 Subject: [PATCH] Fix mob pull issue (#22485) * fix issue * fix fix * add space * really fix --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 2 ++ Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index f6ba762663..07df41119a 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -524,6 +524,8 @@ prototype: Mothroach - type: TypingIndicator proto: moth + - type: Puller + needsHands: true - type: Destructible thresholds: - trigger: diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml index edf89e30b4..e828cddd1f 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml @@ -105,5 +105,5 @@ price: 150 - type: FloatingVisuals - type: Puller - needsHands: True + needsHands: false -- 2.51.2