Commit 23366b81 authored by Nemo Ma's avatar Nemo Ma

Update c65133276.lua

parent 0fc8d9c2
...@@ -37,7 +37,7 @@ function s.exmfilter(c) ...@@ -37,7 +37,7 @@ function s.exmfilter(c)
return c:IsLocation(LOCATION_HAND) and c:IsCode(id) return c:IsLocation(LOCATION_HAND) and c:IsCode(id)
end end
function s.matval(e,lc,mg,c,tp) function s.matval(e,lc,mg,c,tp)
if not lc:IsSetCard(0x838) then return false,nil end if not lc:IsSetCard(0x838) or not lc:IsRace(RACE_MACHINE) then return false,nil end
return true,not mg or mg:IsExists(s.mfilter,1,nil,tp) and not mg:IsExists(s.exmfilter,1,nil) return true,not mg or mg:IsExists(s.mfilter,1,nil,tp) and not mg:IsExists(s.exmfilter,1,nil)
end end
function s.thcon(e,tp,eg,ep,ev,re,r,rp) function s.thcon(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