mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-15 23:04:31 -05:00
@@ -8475,7 +8475,7 @@ public class combat_actions extends script.systems.combat.combat_base {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int en_void_dance(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException {
|
public int en_void_dance(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException {
|
||||||
int voidEffectMod = (int) getEnhancedSkillStatisticModifierUncapped(self, "eexpertise_buff_en_void_dance_buff");
|
int voidEffectMod = (int) getEnhancedSkillStatisticModifierUncapped(self, "expertise_buff_en_void_dance_buff");
|
||||||
if ((voidEffectMod == 5) && (!combatStandardAction("en_void_dance_1", self, target, params, "", ""))) {
|
if ((voidEffectMod == 5) && (!combatStandardAction("en_void_dance_1", self, target, params, "", ""))) {
|
||||||
return SCRIPT_OVERRIDE;
|
return SCRIPT_OVERRIDE;
|
||||||
} else if ((voidEffectMod == 10) && (!combatStandardAction("en_void_dance_2", self, target, params, "", ""))) {
|
} else if ((voidEffectMod == 10) && (!combatStandardAction("en_void_dance_2", self, target, params, "", ""))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user