Commit 5fe3ccf4 authored by mercury233's avatar mercury233

fix

parent e8559c06
...@@ -46,7 +46,7 @@ end ...@@ -46,7 +46,7 @@ end
function c101008058.operation(e,tp,eg,ep,ev,re,r,rp) function c101008058.operation(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsFaceup() and tc:IsRelateToEffect(e) then if tc:IsFaceup() and tc:IsRelateToEffect(e) then
tc:AddCounter(COUNTER_NEED_ENABLE+0x1019,e:GetLabel()) tc:AddCounter(0x1019,e:GetLabel())
end end
end end
function c101008058.cfilter(c) function c101008058.cfilter(c)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment