Explorar el Código

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

tags/v0.1.2
bigbadwaffle hace 7 años
padre
commit
1963f7c57d
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      src/server/combat/combat.js

+ 0
- 2
src/server/combat/combat.js Ver fichero

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

amount *= 10000;

return {
amount: amount,
crit: isCrit,


Cargando…
Cancelar
Guardar