Browse Source

Merge branch 'issue-42' into 'staging'

Fixes #42

See merge request !25
tags/v0.1.2
Big Bad Waffle 7 years ago
parent
commit
83682d3300
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/server/combat/combat.js

+ 0
- 3
src/server/combat/combat.js View File

@@ -56,9 +56,6 @@ define([
isCrit = true;
amount *= 1.5;
}

if (isCrit)
amount *= 1.5;
}

return {


Loading…
Cancel
Save