Commit f8343fff authored by mercury233's avatar mercury233

fix

parent 2bbbbeeb
......@@ -24,7 +24,8 @@ function c100423003.initial_effect(c)
end
c100423003.card_code_list={46986414,38033121}
function c100423003.filter(c)
return (aux.IsCodeListed(c,46986414) or aux.IsCodeListed(c,38033121) or c:IsCode(46986414)) and not c:IsCode(100423003)
return (aux.IsCodeListed(c,46986414) or aux.IsCodeListed(c,38033121) or c:IsCode(46986414)
or c:IsCode(92377303,29436665,71703785,35191415,30603688,38033121,90960358,73752131,7084129,71696014,100423002)) and not c:IsCode(100423003)
and (c:IsAbleToDeck() or c:IsLocation(LOCATION_DECK))
end
function c100423003.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
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