Commit 4a87f066 authored by TanakaKotoha's avatar TanakaKotoha

daniaozhuanzhuanzhuan

parent 42430cfe
Pipeline #2435 passed with stages
in 48 minutes and 28 seconds
......@@ -66,13 +66,13 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
function cm.mfilter(c)
return c:IsLocation(LOCATION_MZONE) and c:IsRace(RACE_CYBERSE)
return c:IsLocation(LOCATION_MZONE) and c:IsRace(RACE_PYRO)
end
function cm.exmfilter(c)
return c:IsLocation(LOCATION_HAND) and c:IsCode(m)
end
function cm.matval(e,lc,mg,c,tp)
if not lc:IsSetCard(0x101) then return false,nil end
if not lc:IsRace(RACE_PYRO) then return false,nil end
return true,not mg or mg:IsExists(cm.mfilter,1,nil) and not mg:IsExists(cm.exmfilter,1,nil)
end
function cm.cardiansynlevel(c)
......
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