mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Add more documentation and fix rubocop warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user