Commit 673e137e authored by HidarimeYume's avatar HidarimeYume Committed by salix5

Update c16261341.lua

parent b3a4ebdc
......@@ -41,7 +41,7 @@ function c16261341.spcon2(e,tp,eg,ep,ev,re,r,rp)
return dp==tp and (re:IsActiveType(TYPE_MONSTER) or re:IsHasType(EFFECT_TYPE_ACTIVATE))
end
function c16261341.cfilter(c)
return c:IsRace(RACE_FAIRY) and c:IsAbleToRemoveAsCost()
return c:IsRace(RACE_FAIRY) and (c:IsFaceup() or not c:IsLocation(LOCATION_MZONE)) and c:IsAbleToRemoveAsCost()
end
function c16261341.mzfilter(c)
return c:IsLocation(LOCATION_MZONE) and c:GetSequence()<5
......
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