Commit ba303da3 authored by mercury233's avatar mercury233 Committed by GitHub

fix 次元障壁

parent 0620a842
...@@ -44,7 +44,7 @@ function c83326048.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -44,7 +44,7 @@ function c83326048.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e2,tp) Duel.RegisterEffect(e2,tp)
end end
function c83326048.sumlimit(e,c,sump,sumtype,sumpos,targetp) function c83326048.sumlimit(e,c,sump,sumtype,sumpos,targetp)
return c:IsType(e:GetLabel()) return c:GetOriginalType()&e:GetLabel()>0
end end
function c83326048.distg(e,c) function c83326048.distg(e,c)
return c:IsType(e:GetLabel()) return c:IsType(e:GetLabel())
......
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