Skip to content

Commit 2f857dc

Browse files
authored
Merge pull request #12 from seen/paralyzer_jewel_fix
Update ParalysisAttack jewel size to 2 from 1
2 parents 20949aa + 3b9dff6 commit 2f857dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/armor_and_skills.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ impl Skill {
506506

507507
ParalysisAttack => SkillDesc {
508508
limit: 3,
509-
jewel_size: Some(1),
509+
jewel_size: Some(2),
510510
},
511511

512512
PierceUp => SkillDesc {

0 commit comments

Comments
 (0)