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

fix

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