Commit 9770d490 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 343c1734
......@@ -59,11 +59,11 @@ function c60150631.pcop(e,tp,eg,ep,ev,re,r,rp)
Duel.MoveToField(g:GetFirst(),tp,tp,LOCATION_PZONE,POS_FACEUP,true)
end
end
function c60150631.immuneconfilter(c)
return c:IsFaceup() and c:IsSetCard(0x3b21) and (c:GetSequence()==6 or c:GetSequence()==7)
function c60150631.immuneconf(c)
return c:IsFaceup() and c:IsSetCard(0x3b21)
end
function c60150631.immunecon(e,c,tp)
return Duel.IsExistingMatchingCard(c60150631.immuneconfilter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil)
return Duel.IsExistingMatchingCard(c60150631.immuneconf,tp,LOCATION_PZONE,LOCATION_PZONE,1,nil)
end
function c60150631.efilter(e,re)
return e:GetOwnerPlayer()~=re:GetOwnerPlayer()
......
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