Commit 4a87f066 authored by TanakaKotoha's avatar TanakaKotoha

daniaozhuanzhuanzhuan

parent 42430cfe
...@@ -66,13 +66,13 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -66,13 +66,13 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function cm.mfilter(c) 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 end
function cm.exmfilter(c) function cm.exmfilter(c)
return c:IsLocation(LOCATION_HAND) and c:IsCode(m) return c:IsLocation(LOCATION_HAND) and c:IsCode(m)
end end
function cm.matval(e,lc,mg,c,tp) 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) return true,not mg or mg:IsExists(cm.mfilter,1,nil) and not mg:IsExists(cm.exmfilter,1,nil)
end end
function cm.cardiansynlevel(c) 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