Commit 4d18e52c authored by DailyShana's avatar DailyShana

fix

https://www.db.yugioh-card.com/yugiohdb/card_search.action?ope=2&cid=12938&request_locale=ja
①:このカードは、このカードのアドバンス召喚のためにリリースしたカードと元々の種類(モンスター・魔法・罠)が同じカードの効果を受けない。
parent 18e78386
...@@ -76,7 +76,7 @@ function c21377582.regop(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,7 +76,7 @@ function c21377582.regop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c21377582.efilter(e,te) function c21377582.efilter(e,te)
return te:IsActiveType(e:GetLabel()) and te:GetOwner()~=e:GetOwner() return te:GetHandler():GetOriginalType()&e:GetLabel()~=0 and te:GetOwner()~=e:GetOwner()
end end
function c21377582.descon(e,tp,eg,ep,ev,re,r,rp) function c21377582.descon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_ADVANCE) return e:GetHandler():IsSummonType(SUMMON_TYPE_ADVANCE)
......
...@@ -113,7 +113,7 @@ function c57761191.regop(e,tp,eg,ep,ev,re,r,rp) ...@@ -113,7 +113,7 @@ function c57761191.regop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c57761191.efilter(e,te) function c57761191.efilter(e,te)
return te:IsActiveType(e:GetLabel()) and te:GetOwner()~=e:GetOwner() return te:GetHandler():GetOriginalType()&e:GetLabel()~=0 and te:GetOwner()~=e:GetOwner()
end end
function c57761191.spcon(e,tp,eg,ep,ev,re,r,rp) function c57761191.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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