Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from lgrossi/feature/critical-magic-hit
Browse files Browse the repository at this point in the history
[magic critical hit]: add skill to solve protocol issue
  • Loading branch information
lgrossi committed May 21, 2020
2 parents 4feafc0 + c7b4dd6 commit d684487
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/game_skills/skills.otui
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,15 @@ MiniWindow
SkillNameLabel
!text: tr('Life Leech Amount')
SkillValueLabel

SmallSkillButton
id: skillId13
SkillNameLabel
!text: tr('Magical Critical Chance')
SkillValueLabel

SmallSkillButton
id: skillId14
SkillNameLabel
!text: tr('Magical Critical Amount')
SkillValueLabel
2 changes: 2 additions & 0 deletions src/client/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ namespace Otc
LifeLeechAmount,
ManaLeechChance,
ManaLeechAmount,
MagicCriticalChance,
MagicCriticalAmount,
LastSkill
};

Expand Down

0 comments on commit d684487

Please sign in to comment.