From: Anzarot121 <116586144+Anzarot121@users.noreply.github.com> Date: Sat, 3 Feb 2024 01:25:11 +0000 (+0300) Subject: Fix mob pull issue (#22485) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=30bd3d1da06bd0a9b2881bc89ff7f2117b34d899;p=space-station-14.git Fix mob pull issue (#22485) * fix issue * fix fix * add space * really fix --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> --- 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