Commit 3a01b4bc authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c47390374.lua

parent 758d57d6
...@@ -71,6 +71,7 @@ function s.atktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -71,6 +71,7 @@ function s.atktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.SetOperationInfo(0,CATEGORY_ATKCHANGE,tg,#tg,0,0) Duel.SetOperationInfo(0,CATEGORY_ATKCHANGE,tg,#tg,0,0)
end end
function s.atkop(e,tp,eg,ep,ev,re,r,rp) function s.atkop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local g=Duel.SelectMatchingCard(tp,s.tgfilter,tp,LOCATION_REMOVED,0,1,1,nil) local g=Duel.SelectMatchingCard(tp,s.tgfilter,tp,LOCATION_REMOVED,0,1,1,nil)
if #g>0 and Duel.SendtoGrave(g,REASON_EFFECT+REASON_RETURN)>0 then if #g>0 and Duel.SendtoGrave(g,REASON_EFFECT+REASON_RETURN)>0 then
......
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