Commit 245c0f05 authored by mallu11's avatar mallu11 Committed by GitHub

fix アロメルスの蟲惑魔 (#1342)

parent 9eaa5872
......@@ -80,7 +80,7 @@ function c59071624.spcost2(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end
function c59071624.spfilter2(c,e,tp,g)
return g:IsContains(c) and (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE))
return g:IsContains(c) and c59071624.cfilter(c,tp)
and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function c59071624.sptg2(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
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