mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-27 16:56:48 -04:00
Remove the stance check on Forsake Fear
https://github.com/SWG-Source/qa-testing/issues/53
This commit is contained in:
@@ -1598,11 +1598,6 @@ public class combat_actions extends script.systems.combat.combat_base
|
||||
}
|
||||
public int fs_forsake_fear(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException
|
||||
{
|
||||
if (!buff.isInStance(self))
|
||||
{
|
||||
sendSystemMessage(self, new string_id("spam", "fs_command_no_stance"));
|
||||
return SCRIPT_OVERRIDE;
|
||||
}
|
||||
if (!combatStandardAction("fs_forsake_fear", self, target, params, "", ""))
|
||||
{
|
||||
return SCRIPT_OVERRIDE;
|
||||
|
||||
Reference in New Issue
Block a user