Commit bd2fc58e authored by Tachibana's avatar Tachibana

1145141919810

parent 77e4b205
Pipeline #14631 passed with stages
in 32 minutes and 48 seconds
No preview for this file type
......@@ -48,11 +48,11 @@ end
function c10909015.rfilter(c)
return c:IsLevel(3) and c:IsAbleToRemove() and not c:IsCode(10909015)
end
function c10909015.target(e,tp,eg,ep,ev,re,r,rp,chk)
function c10909015.rectg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c10909015.rfilter,tp,LOCATION_DECK,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_REMOVE,nil,1,tp,LOCATION_DECK)
end
function c10909015.activate(e,tp,eg,ep,ev,re,r,rp)
function c10909015.recop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local g=Duel.SelectMatchingCard(tp,c10909015.rfilter,tp,LOCATION_DECK,0,1,1,nil)
if g:GetCount()>0 then
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
k--长夏 momoko
--长夏 momoko
local m=81048048
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
......
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