From 8845cab23cdb9c73af770d18ea2538273bd112c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20C=C3=A9sar=20Ueti?= <52474532+Mirino97@users.noreply.github.com> Date: Mon, 18 Apr 2022 19:41:07 -0300 Subject: [PATCH] Bees cannot disarm anymore (#7638) --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 5012465862..5545762e23 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -65,6 +65,11 @@ id: MobBee description: Nice to have, but you can't build a civilization on a foundation of honey alone. components: + - type: CombatMode + disarmAction: + enabled: false + autoPopulate: false + name: action-name-disarm - type: MovementSpeedModifier baseWalkSpeed : 7 baseSprintSpeed : 7 @@ -114,6 +119,11 @@ id: MobAngryBee description: How nice a bee. Oh no, it looks angry and wants my pizza. components: + - type: CombatMode + disarmAction: + enabled: false + autoPopulate: false + name: action-name-disarm - type: UnarmedCombat range: 0.3 arcwidth: 0