Commit a796c7c3 authored by TanakaKotoha's avatar TanakaKotoha

daniaozhuanzhuanzhuan

parent 2098963a
...@@ -64,7 +64,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -64,7 +64,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se) function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return not c:IsSetCard(0x1374) return c:IsLocation(LOCATION_EXTRA) and not c:IsSetCard(0x1374)
end end
function cm.tgfilter(c,tp) function cm.tgfilter(c,tp)
return c:IsFaceup() and c:IsCode(66915001) and c:IsAbleToHand() return c:IsFaceup() and c:IsCode(66915001) and c:IsAbleToHand()
......
...@@ -79,5 +79,5 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -79,5 +79,5 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se) function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return not c:IsSetCard(0x1374) return c:IsLocation(LOCATION_EXTRA) and not c:IsSetCard(0x1374)
end end
...@@ -128,5 +128,5 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -128,5 +128,5 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se) function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return not c:IsSetCard(0x1374) return c:IsLocation(LOCATION_EXTRA) and not c:IsSetCard(0x1374)
end end
...@@ -71,5 +71,5 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -71,5 +71,5 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e4,tp) Duel.RegisterEffect(e4,tp)
end end
function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se) function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return not c:GetBaseAttack()==0 return c:GetBaseAttack()~=0
end end
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