Commit 577541e7 authored by Tachibana's avatar Tachibana

得得得得得

parent d27b0c16
Pipeline #11516 passed with stages
in 26 minutes and 59 seconds
......@@ -45,7 +45,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e3)
end
function cm.synfilter(c)
return c:IsType(TYPE_TUNER) and c:IsRace(RACE_ZOMBIE)
return c:IsType(TYPE_TUNER) and c:IsRace(RACE_ZOMBIE) and c:IsAttribute(ATTRIBUTE_WIND)
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)
......
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