Commit 3c48a911 authored by salix5's avatar salix5

Merge pull request #1410 from nekrozar/patch-2

fix Gladiator Beast Spartacus
parents 7cf11f07 43f8d738
......@@ -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