Skip to content

Commit

Permalink
feat(skymp5-client): update blockedAnimationsService.ts (skyrim-multi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansgar-skymp authored Sep 19, 2024
1 parent 2604bcc commit ea1de91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class BlockedAnimationsService extends ClientListener {
constructor(private sp: Sp, private controller: CombinedController) {
super();

const blockedAnims = ["IdleNocturnal*"];
const blockedAnims = ["IdleNocturnal*", "IdleCarryBucketFillEnter", "IdleGreybeardMeditateEnter", "IdleWriteTableChairEnterInstant", "Idlelounge", "IdleTGFalmerStatueEnter", "IdleWounded_02", "IdleWounded_03", "IdleWounded_01", "IdleMT_DoorBang", "pa_KillMove2HMStab", "pa_WW_CutWrist"];

const self = this;

Expand Down

0 comments on commit ea1de91

Please sign in to comment.