Commit a600c547 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 524d530f
......@@ -26,7 +26,7 @@ function c88199002.costfilter(c)
return c:IsSetCard(0x3592) and c:IsAbleToRemoveAsCost()
end
function c88199002.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c88199002.costfilter,tp,LOCATION_GRAVE,0,1,c) end
if chk==0 then return Duel.IsExistingMatchingCard(c88199002.costfilter,tp,LOCATION_GRAVE,0,1,e:GetHandler()) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local g=Duel.SelectMatchingCard(tp,c88199002.costfilter,tp,LOCATION_GRAVE,0,1,1,e:GetHandler())
Duel.Remove(g,POS_FACEUP,REASON_COST)
......
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