Commit c172b8ce authored by 大崎甜花's avatar 大崎甜花 Committed by GitHub

Update c81015030.lua

parent 4dddf824
......@@ -31,15 +31,10 @@ function c81015030.initial_effect(c)
c:RegisterEffect(e2)
end
function c81015030.ovfilter(c)
if Duel.GetFieldCard(tp,LOCATION_SZONE,0)
or Duel.GetFieldCard(tp,LOCATION_SZONE,1)
or Duel.GetFieldCard(tp,LOCATION_SZONE,2)
or Duel.GetFieldCard(tp,LOCATION_SZONE,3)
or Duel.GetFieldCard(tp,LOCATION_SZONE,4) then return false end
return c:IsFaceup() and c:IsSetCard(0x81a) and c:IsRank(6)
end
function c81015030.xyzop(e,tp,chk)
if chk==0 then return Duel.GetFlagEffect(tp,81015030)==0 end
if chk==0 then return Duel.GetFlagEffect(tp,81015030)==0 and Tenka.ReikaCon(e) end
Duel.RegisterFlagEffect(tp,81015030,RESET_PHASE+PHASE_END,0,1)
end
function c81015030.discon(e,tp,eg,ep,ev,re,r,rp)
......
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