We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ee48b commit c4a2f1aCopy full SHA for c4a2f1a
rush/c160015031.lua
@@ -16,7 +16,7 @@ function s.initial_effect(c)
16
c:RegisterEffect(e1)
17
end
18
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
19
- if chk==0 then return Duel.IsPlayerCanDiscardDeckAsCost(tp,1) end
+ if chk==0 then return Duel.IsPlayerCanDiscardDeckAsCost(tp,1) and not Duel.IsPlayerAffectedByEffect(tp,EFFECT_NO_EFFECT_DAMAGE) end
20
21
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
22
if chk==0 then return true end
0 commit comments