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

fix TG ブレード・ガンナー

parent 6227f8ca
......@@ -65,7 +65,7 @@ function c51447164.rmcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp
end
function c51447164.rmfilter(c)
return c:IsSetCard(0x27) and c:IsAbleToRemoveAsCost()
return c:IsSetCard(0x27) and c:IsType(TYPE_MONSTER) and c:IsAbleToRemoveAsCost()
end
function c51447164.rmcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c51447164.rmfilter,tp,LOCATION_GRAVE,0,1,nil) 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