mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-02 03:16:42 -04:00
8 lines
172 B
JavaScript
8 lines
172 B
JavaScript
function canPerform(source, target, command) {
|
|
return (Java.type("resources.combat.CombatStatus")).SUCCESS;
|
|
}
|
|
|
|
function doCombat(source, target, command) {
|
|
return 100;
|
|
}
|