Commit 84294dcd authored by GuGu's avatar GuGu

Update c31504.lua

parent 10ced241
Pipeline #37714 passed with stage
in 12 seconds
......@@ -26,7 +26,7 @@ function c31504.initial_effect(c)
c:RegisterEffect(e1)
end
function c31504.mdfilter(c,tp,sc)
return c:IsSetCard(0x208) and c:IsType(TYPE_TUNER) and c:IsAbleToRemoveAsCost()
return c:IsSetCard(0x208) and c:IsType(TYPE_TUNER) and c:IsAbleToRemoveAsCost() and c:IsFaceup()
and c:IsLocation(LOCATION_MZONE) and Duel.GetLocationCountFromEx(tp,tp,c,sc)>0
end
function c31504.lkcon(e,c,og)
......
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