Files
Holocore/scripts/commands/generic/cmdCoupDeGrace.js
T

4 lines
204 B
JavaScript

function executeCommand(galacticManager, player, target, args) {
var DeathblowIntent = Java.type("intents.combat.DeathblowIntent");
new DeathblowIntent(player.getCreatureObject(), target).broadcast();
}