Commit 6e4afae3 authored by Huangnan's avatar Huangnan

Update c101203038.lua

parent fdf3a8fc
Pipeline #23104 passed with stages
in 22 minutes and 29 seconds
......@@ -49,7 +49,7 @@ function s.initial_effect(c)
c:RegisterEffect(e6)
end
function s.mfilter1(c)
return c:IsFusionSetCard(0x2a4)
return c:IsFusionSetCard(0x2a4) or c:IsCode(78371393)
end
function s.mfilter2(c)
return c:IsType(TYPE_EFFECT) and c:IsLocation(LOCATION_MZONE)
......
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