Skip to content

Commit 61af2fe

Browse files
authored
Fixes the blink skill levelcap (#151)
1 parent 23e75b5 commit 61af2fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/skill.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ create_blink(void)
10291029
s->clip = CLIP32(64, 64);
10301030
s->fixed = true;
10311031
Skill *skill = create_default("Blink", s);
1032-
skill->levelcap = 3;
1032+
skill->levelcap = 4;
10331033
skill->use = skill_blink;
10341034
skill->resetTime = 4;
10351035
return skill;

0 commit comments

Comments
 (0)