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)
end
end
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
function cm.tgfilter(c,tp)
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)
end
end
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
......@@ -128,5 +128,5 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
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
......@@ -71,5 +71,5 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e4,tp)
end
function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return not c:GetBaseAttack()==0
return c:GetBaseAttack()~=0
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