From 7b84f98f92dee74640d9bcf7cc664e18e1bf20b4 Mon Sep 17 00:00:00 2001 From: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:42:21 -0400 Subject: [PATCH] Fix the tail wagging action being blocked by cuffs. (#38454) Update types.yml --- Resources/Prototypes/Actions/types.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index f4f35649bd..d7971c706f 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -369,6 +369,7 @@ iconOn: { sprite: Mobs/Customization/reptilian_parts.rsi, state: tail_smooth_behind } itemIconStyle: NoItem useDelay: 1 # emote spam + checkCanInteract: false - type: entity parent: BaseAction -- 2.51.2