Commit c133be59 authored by nanahira's avatar nanahira

fix

parent 4ff79aff
...@@ -24,7 +24,7 @@ function c79229522.splimit(e,se,sp,st) ...@@ -24,7 +24,7 @@ function c79229522.splimit(e,se,sp,st)
return e:GetHandler():GetLocation()~=LOCATION_EXTRA return e:GetHandler():GetLocation()~=LOCATION_EXTRA
end end
function c79229522.cfilter(c,fc) function c79229522.cfilter(c,fc)
return c:IsAbleToGraveAsCost() and (c:IsControler(fc:GetControler()) or c:IsFaceup()) return c:IsAbleToGraveAsCost() and (c:IsControler(fc:GetControler()) or c:IsFaceup()) and (c:IsCode(70095154) or c:IsLocation(LOCATION_MZONE))
end end
function c79229522.sprop(c) function c79229522.sprop(c)
return function(g) return function(g)
......
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