Remove the stance check on Forsake Fear

https://github.com/SWG-Source/qa-testing/issues/53
This commit is contained in:
Reedux
2021-01-10 10:09:01 +00:00
parent d6d7d5c24b
commit 3ebbec9fb4
@@ -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;