Skip to content

Commit c4a2f1a

Browse files
committed
fixed Owlchannel
1 parent e6ee48b commit c4a2f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160015031.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function s.initial_effect(c)
1616
c:RegisterEffect(e1)
1717
end
1818
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
19-
if chk==0 then return Duel.IsPlayerCanDiscardDeckAsCost(tp,1) end
19+
if chk==0 then return Duel.IsPlayerCanDiscardDeckAsCost(tp,1) and not Duel.IsPlayerAffectedByEffect(tp,EFFECT_NO_EFFECT_DAMAGE) end
2020
end
2121
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
2222
if chk==0 then return true end

0 commit comments

Comments
 (0)