Browse Source

Left in some test code that caused all damage to be multiplied by 10000

tags/v0.1.2
bigbadwaffle 7 years ago
parent
commit
1963f7c57d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/server/combat/combat.js

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

@@ -58,8 +58,6 @@ define([
}
}

amount *= 10000;

return {
amount: amount,
crit: isCrit,


Loading…
Cancel
Save