Commit d4b8ffcf authored by GuGu's avatar GuGu

Update c22238.lua

parent b115dac8
Pipeline #33328 passed with stage
in 7 seconds
...@@ -45,7 +45,7 @@ function c22238.mfilter2(c) ...@@ -45,7 +45,7 @@ function c22238.mfilter2(c)
return c:IsAttribute(ATTRIBUTE_WATER) or (Duel.IsPlayerAffectedByEffect(tp,22249) and c:IsCode(22132,22200)) return c:IsAttribute(ATTRIBUTE_WATER) or (Duel.IsPlayerAffectedByEffect(tp,22249) and c:IsCode(22132,22200))
end end
function c22238.mfilter3(c) function c22238.mfilter3(c)
return c:IsAttribute(ATTRIBUTE_FIRE) or (Duel.IsPlayerAffectedByEffect(tp,22249) and c:IsCode(22131,22200)) return c:IsAttribute(ATTRIBUTE_FIRE) or (Duel.IsPlayerAffectedByEffect(tp,22249) and c:IsCode(22131,22191,22200))
end end
-- --
function c22238.filters(c) function c22238.filters(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