Commit 2e42201f authored by mercury233's avatar mercury233 Committed by GitHub

fix RUM-アストラル・フォース

parent ddbeb001
...@@ -77,6 +77,14 @@ function c45950291.thcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -77,6 +77,14 @@ function c45950291.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
e1:SetTargetRange(1,0) e1:SetTargetRange(1,0)
e1:SetTarget(c45950291.splimit) e1:SetTarget(c45950291.splimit)
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:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_OATH)
e2:SetCode(63060238)
e2:SetTargetRange(1,0)
e2:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e2,tp)
end end
function c45950291.splimit(e,c,sump,sumtype,sumpos,targetp,se) function c45950291.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return not se:GetHandler():IsCode(45950291) return not se:GetHandler():IsCode(45950291)
......
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