Commit c507e6f4 authored by mercury233's avatar mercury233 Committed by GitHub

fix 逢華妖麗譚-魔妖不知火語

parent c881a733
...@@ -41,6 +41,14 @@ function c62219643.limop(e,tp,eg,ep,ev,re,r,rp) ...@@ -41,6 +41,14 @@ function c62219643.limop(e,tp,eg,ep,ev,re,r,rp)
e1:SetTarget(c62219643.splimit) e1:SetTarget(c62219643.splimit)
e1:SetReset(RESET_PHASE+PHASE_END) e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
--cant spsummon from main deck check
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(63060238)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetTargetRange(1,1)
e2:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e2,tp)
end end
function c62219643.splimit(e,c) function c62219643.splimit(e,c)
return c:IsLocation(LOCATION_HAND+LOCATION_DECK+LOCATION_EXTRA) return c:IsLocation(LOCATION_HAND+LOCATION_DECK+LOCATION_EXTRA)
......
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