Commit b3279810 authored by Amiya's avatar Amiya

修复

parent f2401c55
Pipeline #40534 passed with stages
in 1 minute and 48 seconds
...@@ -53,7 +53,7 @@ function s.splimit(e,c) ...@@ -53,7 +53,7 @@ function s.splimit(e,c)
return c:IsLocation(LOCATION_EXTRA) and not (c:IsRace(RACE_MACHINE) and c:GetTextAttack()>=0 and c:GetTextAttack()<=1500) return c:IsLocation(LOCATION_EXTRA) and not (c:IsRace(RACE_MACHINE) and c:GetTextAttack()>=0 and c:GetTextAttack()<=1500)
end end
function s.cfilter(c,tp) function s.cfilter(c,tp)
return tc:IsSetCard(0x1cf) and tc:IsLocation(LOCATION_MZONE) return c:IsSetCard(0x1cf) and c:IsLocation(LOCATION_MZONE)
and c:IsControler(tp) and c:IsFaceup() and c:IsControler(tp) and c:IsFaceup()
end end
function s.discon(e,tp,eg,ep,ev,re,r,rp) function s.discon(e,tp,eg,ep,ev,re,r,rp)
......
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