Skip to content

Commit

Permalink
Slightly buff fire wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
lorgan3 committed Jul 9, 2024
1 parent 6364fb7 commit 6c6b5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/spells/fireWheel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class FireWheel extends Container implements Syncable {
y,
16,
3,
3 + Manager.instance.getElementValue(Element.Elemental)
3 + Manager.instance.getElementValue(Element.Elemental) * 1.2
),
this.character.player
);
Expand Down

0 comments on commit 6c6b5a9

Please sign in to comment.