Commit c82a5f4f authored by TanakaKotoha's avatar TanakaKotoha

restore

parent e5080f7d
......@@ -23,11 +23,8 @@ end
--Reika effect condition
function Tenka.ReikaCon(e,tp,eg,ep,ev,re,r,rp)
local tp=e:GetHandlerPlayer()
if Duel.IsPlayerAffectedByEffect(tp,81015050) then
return true else
for i=0,4 do
if Duel.GetFieldCard(tp,LOCATION_SZONE,i) then return false end
end
for i=0,4 do
if Duel.GetFieldCard(tp,LOCATION_SZONE,i) then return false end
end
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