Commit bc70ddb2 authored by wind2009's avatar wind2009

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

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