Commit 1391b52e authored by Tachibana's avatar Tachibana

ndyd

parent efd06696
......@@ -65,7 +65,7 @@ end
function c16160006.cscost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToRemoveAsCost,tp,LOCATION_GRAVE,LOCATION_GRAVE,1,nil) end
local g=Duel.SelectMatchingCard(tp,Card.IsAbleToRemoveAsCost,tp,LOCATION_GRAVE,LOCATION_GRAVE,1,1,nil)
Duel.Release(g,REASON_COST)
Duel.Remove(g,POS_FACEUP,REASON_EFFECT)
end
function c16160006.cstarget(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsAbleToHand() 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