Commit f922f900 authored by POLYMER's avatar POLYMER

fix

parent c9292e53
...@@ -49,8 +49,11 @@ function c60001174.setop(e,tp,eg,ep,ev,re,r,rp) ...@@ -49,8 +49,11 @@ function c60001174.setop(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterFlagEffect(60001168,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1) tc:RegisterFlagEffect(60001168,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1)
end end
end end
function c60001174.cfilter(c,tp)
return c:IsControler(1-tp) and c:IsPreviousLocation(LOCATION_DECK)
end
function c60001174.ckcon(e,tp,eg,ep,ev,re,r,rp) function c60001174.ckcon(e,tp,eg,ep,ev,re,r,rp)
return rp==1-tp and Duel.GetCurrentPhase()~=PHASE_DRAW return rp==1-tp and Duel.GetCurrentPhase()~=PHASE_DRAW and eg:IsExists(c60001174.cfilter,1,nil,tp)
end end
function c60001174.cktg(e,tp,eg,ep,ev,re,r,rp,chk) function c60001174.cktg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDraw(tp,1) end if chk==0 then return Duel.IsPlayerCanDraw(tp,1) 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