Commit d27b0c16 authored by Tachibana's avatar Tachibana

得得得得得

parent 0e7e68d5
Pipeline #11515 passed with stages
in 27 minutes and 18 seconds
......@@ -47,6 +47,9 @@ end
function cm.synfilter(c)
return c:IsType(TYPE_TUNER) and c:IsRace(RACE_ZOMBIE)
end
function cm.splimit(e,se,sp,st)
return not e:GetHandler():IsLocation(LOCATION_EXTRA) or (bit.band(st,SUMMON_TYPE_SYNCHRO)==SUMMON_TYPE_SYNCHRO and not se)
end
function cm.imcon(e)
return e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO)
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