Commit 37739f02 authored by a597449807's avatar a597449807 Committed by GitHub

Fix 六武衆の影-紫炎 (#2945)

parent 22384a34
......@@ -23,7 +23,7 @@ function c1828513.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end
function c1828513.filter(c)
return c:IsFaceup() and c:IsSetCard(0x103d) and c:IsAttackBelow(2000)
return c:IsFaceup() and c:IsSetCard(0x103d) and c:GetAttack()<2000
end
function c1828513.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(tp) and c1828513.filter(chkc) end
......
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