Commit 3bb8855b authored by Tachibana's avatar Tachibana

得得得得得

parent d797d171
Pipeline #13312 passed with stages
in 24 minutes and 5 seconds
......@@ -22,11 +22,11 @@ function c65052209.initial_effect(c)
e2:SetOperation(c65052209.op)
c:RegisterEffect(e2)
end
function c65052209.thfil(c)
return c:IsSummonType(SUMMON_TYPE_ADVANCE)
function c65052209.thfil(c,tp)
return c:IsSummonType(SUMMON_TYPE_ADVANCE) and c:GetSummonPlayer()==tp
end
function c65052209.con(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c65052209.thfil,1,nil) and Duel.GetTurnPlayer()~=tp
return eg:IsExists(c65052209.thfil,1,nil,tp) and Duel.GetTurnPlayer()~=tp
end
function c65052209.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsAbleToHand() end
......
......@@ -37,11 +37,11 @@ end
function c65052210.nttg(e,c)
return c:IsLevel(5) and aux.IsCodeListed(c,65052208)
end
function c65052210.tbfil(c)
return c:IsSummonType(SUMMON_TYPE_ADVANCE)
function c65052210.tbfil(c,tp)
return c:IsSummonType(SUMMON_TYPE_ADVANCE) and c:GetSummonPlayer()==tp
end
function c65052210.con(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c65052210.tbfil,1,nil) and Duel.GetTurnPlayer()~=tp
return eg:IsExists(c65052210.tbfil,1,nil,tp) and Duel.GetTurnPlayer()~=tp
end
function c65052210.thfil(c)
return aux.IsCodeListed(c,65052208) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
......
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