Files
cucore/scripts/commands/combat/meleeHit.js
2016-10-12 14:24:28 +02:00

8 lines
170 B
JavaScript

function canPerform(source, target, command) {
return (Java.type("resources.combat.CombatStatus")).SUCCESS;
}
function doCombat(source, target, command) {
return 0;
}