Commit 61776b96 authored by Tianchenglipu's avatar Tianchenglipu

Update c49352945.lua

parent 3eab3c41
......@@ -60,9 +60,7 @@ function c49352945.splimit(e,se,sp,st)
return not e:GetHandler():IsLocation(LOCATION_EXTRA)
end
function c49352945.spfilter(c,code)
if c:GetCode()~=code then return false end
if c:IsType(TYPE_FUSION) then return c:IsAbleToExtraAsCost()
else return c:IsAbleToDeckAsCost() end
return c:IsAbleToDeckOrExtraAsCost() and c:GetCode()==code
end
function c49352945.spcon(e,c)
if c==nil then return true 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