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

fix 聖騎士王アルトリウス

parent 9634e60d
......@@ -63,7 +63,7 @@ function c21223277.descost(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end
function c21223277.cfilter(c)
return c:IsFaceup() and c:IsSetCard(0x207a)
return c:IsFaceup() and c:IsSetCard(0x207a) and c:IsType(TYPE_EQUIP) and c:IsType(TYPE_SPELL)
end
function c21223277.desfilter(c)
return c:IsType(TYPE_SPELL+TYPE_TRAP)
......
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