Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 97dc170

Browse files
more like evilscript
1 parent 0b82574 commit 97dc170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tgui/packages/tgui/interfaces/SkillMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const AdjustSkill = (props, context) => {
7676
const { skills, skill_points, allocated_points, exceptional_skill, exp_per_level } = data;
7777
const { base, allocated, exp_progress } = skills[index];
7878

79-
const exp_required = exp_per_level * Math.pow(2, base)
79+
const exp_required = exp_per_level * Math.pow(2, base);
8080

8181
return (
8282
<Stack>

0 commit comments

Comments
 (0)