Add more documentation and fix rubocop warnings

This commit is contained in:
Gary Tierney
2016-01-29 22:42:03 +00:00
parent a7b4036deb
commit 8e0b84a470
17 changed files with 77 additions and 80 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class CombatUtil
strength = source.skill_set.get_skill(Skill::STRENGTH)
strength_stat = 5 # source.bonus_stat(:other, :strength)
effective_strength_damage = (strength.current_level) # * prayer_multiplier
effective_strength_damage = strength.current_level # * prayer_multiplier
if [:aggressive, :alt_aggressive].include? source.combat_style
effective_strength_damage += 3