Commit ba1debf5 authored by Tachibana's avatar Tachibana

1145141919810

parent 317f210b
Pipeline #14200 passed with stages
in 27 minutes and 59 seconds
......@@ -49,8 +49,8 @@ function c67200601.RitualCheckEqual(g,c,lscale)
return g:CheckWithSumEqual(c67200601.GetCappedLeftScale,lscale,#g,#g)
end
function c67200601.RitualCheck(g,tp,c,lscale,greater_or_equal)
return ((c:IsLocation(LOCATION_HAND) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0) or
(c:IsLocation(LOCATION_EXTRA) and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0)) and c67200601["RitualCheck"..greater_or_equal](g,c,lscale) and (not c.mat_group_check or c.mat_group_check(g,tp))
return ((c:IsLocation(LOCATION_HAND) and Duel.GetLocationCount(tp,g,tp)>0) or
(c:IsLocation(LOCATION_EXTRA) and Duel.GetLocationCountFromEx(tp,tp,g,c)>0)) and c67200601["RitualCheck"..greater_or_equal](g,c,lscale) and (not c.mat_group_check or c.mat_group_check(g,tp))
and (not aux.RCheckAdditional or aux.RCheckAdditional(tp,g,c))
end
function c67200601.RitualCheckAdditional(c,lscale,greater_or_equal)
......
......@@ -55,8 +55,8 @@ function c67200603.RitualCheckEqual(g,c,lscale)
return g:CheckWithSumEqual(c67200603.GetCappedLeftScale,lscale,#g,#g)
end
function c67200603.RitualCheck(g,tp,c,lscale,greater_or_equal)
return ((c:IsLocation(LOCATION_HAND) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0) or
(c:IsLocation(LOCATION_EXTRA) and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0)) and c67200603["RitualCheck"..greater_or_equal](g,c,lscale) and (not c.mat_group_check or c.mat_group_check(g,tp))
return ((c:IsLocation(LOCATION_HAND) and Duel.GetLocationCount(tp,g,tp)>0) or
(c:IsLocation(LOCATION_EXTRA) and Duel.GetLocationCountFromEx(tp,tp,g,c)>0)) and c67200603["RitualCheck"..greater_or_equal](g,c,lscale) and (not c.mat_group_check or c.mat_group_check(g,tp))
and (not aux.RCheckAdditional or aux.RCheckAdditional(tp,g,c))
end
function c67200603.RitualCheckAdditional(c,lscale,greater_or_equal)
......
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