Skip to content

Commit

Permalink
True strike damage is now correctly printed
Browse files Browse the repository at this point in the history
Signed-off-by: Ole Herman Schumacher Elgesem <oleherman93@gmail.com>
  • Loading branch information
olehermanse committed May 1, 2018
1 parent 6c47d9f commit 524682a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrpg/core/skills.py
Expand Up @@ -121,7 +121,7 @@ def calculate(skill, user, target):
skill.damage = user.current["dex"]

def apply(skill, user, target):
target.damage(skill.damage)
return target.damage(skill.damage)

return Skill(
hint="Ignores damage mitigation",
Expand Down

0 comments on commit 524682a

Please sign in to comment.