mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-15 23:04:31 -05:00
Remove charge req from Jedi Flurry combat action
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user