Commit d153a3ea authored by gg123gg's avatar gg123gg

Update c12087070.lua

parent 362407d9
Pipeline #39668 passed with stage
in 18 minutes and 14 seconds
......@@ -33,7 +33,7 @@ function cm.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SendtoGrave(c,REASON_COST+REASON_DISCARD)
end
function cm.thfilter(c)
return srre.check_set_RRNRUS(c) and (c:IsAbleToHand() or c:IsSSetable())
return c:IsCode(12087063) and (c:IsAbleToHand() or c:IsSSetable())
end
function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter,tp,LOCATION_DECK+LOCATION_GRAVE,0,1,nil,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