Browse Source

Merge branch 'removed-combat-test-code' into 'staging'

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

See merge request !31
tags/v0.1.2
Big Bad Waffle 7 years ago
parent
commit
37f684e028
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