Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit committed Oct 28, 2024
1 parent 660f2d6 commit ed4ce80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/util/ashSanctifier.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BitField, BOT_TYPE } from '../constants';
import { BOT_TYPE, BitField } from '../constants';
import { ashes } from '../skilling/skills/prayer';
import type { GearBank } from '../structures/GearBank';
import type { UpdateBank } from '../structures/UpdateBank';
Expand Down Expand Up @@ -51,7 +51,8 @@ export function ashSanctifierEffect({
minimal: true,
multiplier: BOT_TYPE === 'BSO',
source: 'AshSanctifier'
}); updateBank.chargeBank.add('ash_sanctifier_charges', startingAshSanctifierCharges - chargesLeft);
});
updateBank.chargeBank.add('ash_sanctifier_charges', startingAshSanctifierCharges - chargesLeft);
updateBank.userStats.ash_sanctifier_prayer_xp = {
increment: Math.floor(totalXP)
};
Expand Down

0 comments on commit ed4ce80

Please sign in to comment.