Commit 7216d66f authored by mercury233's avatar mercury233 Committed by GitHub

temp fix 覇王門無限

failed to pendulum summon more than 1 monsters
parent 02e26190
...@@ -46,7 +46,7 @@ function c22211622.initial_effect(c) ...@@ -46,7 +46,7 @@ function c22211622.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function c22211622.splimcon(e) function c22211622.splimcon(e)
return Duel.GetFieldGroupCount(e:GetHandlerPlayer(),LOCATION_MZONE,0)>0 return Duel.IsExistingMatchingCard(Card.IsStatus,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,nil,STATUS_EFFECT_ENABLED)
end end
function c22211622.splimit(e,c,sump,sumtype,sumpos,targetp) function c22211622.splimit(e,c,sump,sumtype,sumpos,targetp)
return bit.band(sumtype,SUMMON_TYPE_PENDULUM)==SUMMON_TYPE_PENDULUM return bit.band(sumtype,SUMMON_TYPE_PENDULUM)==SUMMON_TYPE_PENDULUM
......
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