Commit fe4e9898 authored by argon.sun's avatar argon.sun

fix

parent 8650242c
......@@ -16,7 +16,7 @@ end
c3072808[0]=true
c3072808[1]=true
function c3072808.condition(e,tp,eg,ep,ev,re,r,rp)
return bit.band(r,REASON_BATTLE)~=0 and ev>=2000 and Duel.GetAttackTarget()==nil and c3072808[tp]
return ep==tp and bit.band(r,REASON_BATTLE)~=0 and ev>=2000 and Duel.GetAttackTarget()==nil and c3072808[tp]
end
function c3072808.filter(c,e,tp)
return c:IsLevelBelow(3) and c:IsSetCard(0x33) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
......@@ -13,6 +13,7 @@ function c93023479.initial_effect(c)
end
function c93023479.condition(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD)
and e:GetHandler():GetPreviousControler()==tp
end
function c93023479.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true 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