Skip to content

Commit

Permalink
Outlaw: Remove BtE bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Oct 23, 2024
1 parent 1645f43 commit 13d9d75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TheWarWithin/RogueOutlaw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,6 @@ spec:RegisterAbilities( {
texture = 135610,

usable = function()
if not boss and buff.stealth.up and not buff.vanish.up then return false, "bte subterfuge bug workaround" end
if settings.crackshot_lock and talent.crackshot.enabled and not stealthed.all then return false, "userpref requires stealth" end
return combo_points.current > 0, "requires combo points"
end,
Expand Down

0 comments on commit 13d9d75

Please sign in to comment.