Commit 603b5d2b authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12001017.lua

parent 93654144
...@@ -40,7 +40,7 @@ function c12001017.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -40,7 +40,7 @@ function c12001017.activate(e,tp,eg,ep,ev,re,r,rp)
if ct>0 then if ct>0 then
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_REMOVE)
local sg=tg:FilterSelect(1-tp,Card.IsAbleToRemove,ct,ct,nil,1-tp,POS_FACEUP,REASON_RULE) local sg=tg:FilterSelect(1-tp,Card.IsAbleToRemove,ct,ct,nil,1-tp,POS_FACEUP,REASON_RULE)
Duel.Remove(sg,POS_FACEDOWN,REASON_RULE) Duel.Remove(sg,POS_FACEUP,REASON_RULE)
end end
end end
function c12001017.dscon(e,tp,eg,ep,ev,re,r,rp) function c12001017.dscon(e,tp,eg,ep,ev,re,r,rp)
......
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