Commit 8e1ecc83 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c52700679.lua

parent 4987011d
......@@ -30,7 +30,7 @@ function s.remtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_REMOVED) and chkc:IsControler(1-tp) and chkc:IsAbleToDeck() end
if chk==0 then return c:IsAbleToRemove()
and Duel.IsExistingTarget(Card.IsAbleToDeck,tp,0,LOCATION_REMOVED,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_REMOVE,c,0,0)
Duel.SetOperationInfo(0,CATEGORY_REMOVE,c,1,0,0)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local g=Duel.SelectTarget(tp,Card.IsAbleToDeck,tp,0,LOCATION_REMOVED,1,1,nil)
Duel.SetOperationInfo(0,CATEGORY_TODECK,g,1,1-tp,LOCATION_REMOVED)
......
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