Skip to content

Commit

Permalink
Read CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RadonCoding committed Mar 28, 2024
1 parent 02e6d6f commit 62e9153
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static float calculateStrength(LivingEntity entity) {

if (cap != null) {
ISkillData data = cap.getSkillData();
strength += data.getSkill(Skill.SOUL);
strength += data.getSkill(Skill.SOUL) * 5;
}
return strength;
}
Expand Down

0 comments on commit 62e9153

Please sign in to comment.