Fix action interaction checks (#7502)
This commit is contained in:
@@ -36,6 +36,7 @@ public sealed class VocalComponent : Component
|
||||
Name = "action-name-scream",
|
||||
Description = "AAAAAAAAAAAAAAAAAAAAAAAAA",
|
||||
Event = new ScreamActionEvent(),
|
||||
CheckCanInteract = false, // system checks a speech related action blocker.
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user