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 c4e268c commit 0f3f73dCopy full SHA for 0f3f73d
official/c91407982.lua
@@ -21,6 +21,7 @@ function s.initial_effect(c)
21
e2:SetRange(LOCATION_SZONE)
22
e2:SetCountLimit(1)
23
e2:SetCondition(s.cannotdescon)
24
+ e2:SetTarget(function(e,tp,eg,ep,ev,re,r,rp,chk) if chk==0 then return true end Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription()) end)
25
e2:SetOperation(s.cannotdesop)
26
c:RegisterEffect(e2)
27
--Apply a "make the next battle damage you take this turn become 0" effect
0 commit comments