Commit e53513ca authored by mercury233's avatar mercury233 Committed by GitHub

fix RUM-ファントム・フォース

parent e422e82d
......@@ -31,7 +31,7 @@ function c88504133.cefilter(c,tc,ct,e,tp)
end
function c88504133.cfilter(c,e,tp)
local ct=Duel.GetMatchingGroupCount(c88504133.cgfilter,tp,LOCATION_GRAVE,0,nil)
return c:IsType(TYPE_XYZ) and c:IsAttribute(ATTRIBUTE_DARK)
return c:IsType(TYPE_XYZ) and c:IsAttribute(ATTRIBUTE_DARK) and c:IsFaceup()
and c:IsCanBeEffectTarget(e)
and Duel.IsExistingMatchingCard(c88504133.cefilter,tp,LOCATION_EXTRA,0,1,nil,c,ct,e,tp)
end
......
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