Skip to content

Commit

Permalink
more like evilscript
Browse files Browse the repository at this point in the history
  • Loading branch information
SapphicOverload committed Nov 24, 2024
1 parent 0b82574 commit 97dc170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/SkillMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const AdjustSkill = (props, context) => {
const { skills, skill_points, allocated_points, exceptional_skill, exp_per_level } = data;
const { base, allocated, exp_progress } = skills[index];

const exp_required = exp_per_level * Math.pow(2, base)
const exp_required = exp_per_level * Math.pow(2, base);

return (
<Stack>
Expand Down

0 comments on commit 97dc170

Please sign in to comment.