Commit bc70ddb2 authored by wind2009's avatar wind2009

Fix リペア・ジェネクス・コントローラー

https://github.com/Fluorohydride/ygopro-pre-script/pull/1202
parent 6637141a
......@@ -111,7 +111,7 @@ function s.splimit1(e,c,sump,sumtype,sumpos,targetp,se)
return se:IsHasType(EFFECT_TYPE_ACTIONS) and c:IsLocation(LOCATION_EXTRA)
end
function s.smcfilter(c,sc)
return c:IsSetCard(0x2) and c:IsTuner(sc)
return c:IsSetCard(0x2) and c:IsType(TYPE_TUNER)
end
function s.synfilter(c,syncard,tuner,f)
return c:IsFaceupEx() and c:IsCanBeSynchroMaterial(syncard,tuner) and (f==nil or f(c,syncard))
......
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