Commit 43f8d738 authored by nekrozar's avatar nekrozar

fix

parent c68ccdcb
......@@ -30,7 +30,7 @@ function c79580323.initial_effect(c)
c:RegisterEffect(e3)
end
function c79580323.splimit(e,se,sp,st)
return st==(SUMMON_TYPE_SPECIAL+101)
return st==(SUMMON_TYPE_SPECIAL+101) or bit.band(st,SUMMON_TYPE_PENDULUM)==SUMMON_TYPE_PENDULUM
end
function c79580323.sfilter(c)
return c:IsSetCard(0x19) and c:IsType(TYPE_EQUIP) and c:IsAbleToHand()
......
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