From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sat, 27 Apr 2024 06:30:13 +0000 (+1000) Subject: Fix lint (#27388) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5ec5e5ab898ef7688dfa2ff66df7ed78bedb32be;p=space-station-14.git Fix lint (#27388) --- diff --git a/Resources/Prototypes/NPCs/Combat/melee.yml b/Resources/Prototypes/NPCs/Combat/melee.yml index e4b207d16e..b0746e5679 100644 --- a/Resources/Prototypes/NPCs/Combat/melee.yml +++ b/Resources/Prototypes/NPCs/Combat/melee.yml @@ -22,8 +22,8 @@ isBuckled: true tasks: - !type:HTNPrimitiveTask - shutdownState: TaskFinished operator: !type:UnbuckleOperator + shutdownState: TaskFinished - preconditions: - !type:InContainerPrecondition @@ -37,8 +37,8 @@ isPulled: true tasks: - !type:HTNPrimitiveTask - shutdownState: TaskFinished operator: !type:UnPullOperator + shutdownState: TaskFinished # Melee combat (unarmed or otherwise) - tasks: @@ -129,9 +129,9 @@ branches: - tasks: - !type:HTNPrimitiveTask - shutdownState: TaskFinished operator: !type:ContainerOperator targetKey: Target + shutdownState: TaskFinished - !type:HTNPrimitiveTask operator: !type:EscapeOperator targetKey: Target