Files
Holocore/scripts/commands/combat/meleeHit.js
T

8 lines
172 B
JavaScript

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