Commit c85fc5fd authored by GuGu's avatar GuGu

Update c4114108.lua

parent 3dfb76af
Pipeline #40885 passed with stage
in 35 seconds
...@@ -51,7 +51,7 @@ function c4114108.splimit(e,se,sp,st) ...@@ -51,7 +51,7 @@ function c4114108.splimit(e,se,sp,st)
return not e:GetHandler():IsLocation(LOCATION_EXTRA) or aux.fuslimit(e,se,sp,st) return not e:GetHandler():IsLocation(LOCATION_EXTRA) or aux.fuslimit(e,se,sp,st)
end end
function c4114108.hsfilter(c,fc) function c4114108.hsfilter(c,fc)
return c:IsCanBeFusionMaterial(fc,SUMMON_TYPE_SPECIAL) and c:IsReleasable() return c:IsCanBeFusionMaterial(fc,SUMMON_TYPE_SPECIAL) and c:IsReleasable(REASON_SPSUMMON)
end end
function c4114108.hspcon(e,c) function c4114108.hspcon(e,c)
if c==nil then return true end 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