Skip to content

Commit

Permalink
Fix potion animation lock (1.5->1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Jun 17, 2024
1 parent 947beea commit e3c3271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/sims/common/potion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function makeTincture(grade: number, stat: RawStatKey, id: number, itemId: numbe
itemId: itemId,
type: 'ogcd',
attackType: 'Item',
animationLock: 1.5,
animationLock: 1.1,
potency: null,
activatesBuffs: [
{
Expand Down

0 comments on commit e3c3271

Please sign in to comment.