Skip to content

Commit

Permalink
enable patch wounds
Browse files Browse the repository at this point in the history
  • Loading branch information
malytomas committed Oct 11, 2023
1 parent 8df5ed1 commit 0e61885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/generateSkills.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ Skill skillGeneric(const Generate &generate)
candidates.add(0, 1, 0, 1, SlotEnum::Body, { LevelDuration, LevelSummoning }, skillConstructBallista);
candidates.add(0, 0, 0, 1, SlotEnum::Head, { LevelAoe, LevelDuration, LevelStun }, skillWarcry);
candidates.add(0, 0, 0, 1, SlotEnum::Head, { LevelDuration }, skillFocus);
candidates.add(0, 0, 1, 0, SlotEnum::OffHand, { Nothing }, skillPatchWounds);
candidates.add(0, 0, 1, 1, SlotEnum::OffHand, { Nothing }, skillPatchWounds);
candidates.add(0, 0, 0, 1, SlotEnum::Head, { Nothing }, skillBerserk);
candidates.add(0, 0, 0, 1, SlotEnum::Head, { LevelDuration }, skillIntimidate);
Expand Down

0 comments on commit 0e61885

Please sign in to comment.