diff --git a/sku.0/sys.server/compiled/game/script/systems/combat/combat_actions.java b/sku.0/sys.server/compiled/game/script/systems/combat/combat_actions.java index 7ac975298..204b4e6c3 100755 --- a/sku.0/sys.server/compiled/game/script/systems/combat/combat_actions.java +++ b/sku.0/sys.server/compiled/game/script/systems/combat/combat_actions.java @@ -1890,11 +1890,6 @@ public class combat_actions extends script.systems.combat.combat_base { return SCRIPT_OVERRIDE; } - if (!buff.hasBuff(self, "jedi_reflect_flurry")) - { - sendSystemMessage(self, new string_id("spam", "fs_flurry_not_charged")); - return SCRIPT_OVERRIDE; - } if (!combatStandardAction("fs_flurry_1", self, target, params, "", "")) { return SCRIPT_OVERRIDE; @@ -1908,11 +1903,6 @@ public class combat_actions extends script.systems.combat.combat_base { return SCRIPT_OVERRIDE; } - if (!buff.hasBuff(self, "jedi_reflect_flurry")) - { - sendSystemMessage(self, new string_id("spam", "fs_flurry_not_charged")); - return SCRIPT_OVERRIDE; - } if (!combatStandardAction("fs_flurry_2", self, target, params, "", "")) { return SCRIPT_OVERRIDE; @@ -1926,11 +1916,6 @@ public class combat_actions extends script.systems.combat.combat_base { return SCRIPT_OVERRIDE; } - if (!buff.hasBuff(self, "jedi_reflect_flurry")) - { - sendSystemMessage(self, new string_id("spam", "fs_flurry_not_charged")); - return SCRIPT_OVERRIDE; - } if (!combatStandardAction("fs_flurry_3", self, target, params, "", "")) { return SCRIPT_OVERRIDE; @@ -1944,11 +1929,6 @@ public class combat_actions extends script.systems.combat.combat_base { return SCRIPT_OVERRIDE; } - if (!buff.hasBuff(self, "jedi_reflect_flurry")) - { - sendSystemMessage(self, new string_id("spam", "fs_flurry_not_charged")); - return SCRIPT_OVERRIDE; - } if (!combatStandardAction("fs_flurry_4", self, target, params, "", "")) { return SCRIPT_OVERRIDE; @@ -1962,11 +1942,6 @@ public class combat_actions extends script.systems.combat.combat_base { return SCRIPT_OVERRIDE; } - if (!buff.hasBuff(self, "jedi_reflect_flurry")) - { - sendSystemMessage(self, new string_id("spam", "fs_flurry_not_charged")); - return SCRIPT_OVERRIDE; - } if (!combatStandardAction("fs_flurry_5", self, target, params, "", "")) { return SCRIPT_OVERRIDE; @@ -1980,11 +1955,6 @@ public class combat_actions extends script.systems.combat.combat_base { return SCRIPT_OVERRIDE; } - if (!buff.hasBuff(self, "jedi_reflect_flurry")) - { - sendSystemMessage(self, new string_id("spam", "fs_flurry_not_charged")); - return SCRIPT_OVERRIDE; - } if (!combatStandardAction("fs_flurry_6", self, target, params, "", "")) { return SCRIPT_OVERRIDE; @@ -1998,11 +1968,6 @@ public class combat_actions extends script.systems.combat.combat_base { return SCRIPT_OVERRIDE; } - if (!buff.hasBuff(self, "jedi_reflect_flurry")) - { - sendSystemMessage(self, new string_id("spam", "fs_flurry_not_charged")); - return SCRIPT_OVERRIDE; - } if (!combatStandardAction("fs_flurry_7", self, target, params, "", "")) { return SCRIPT_OVERRIDE;