Commit 10203c1e authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c23410006.lua

parent 25b6cb83
...@@ -57,7 +57,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,7 +57,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(TYPE_CONTINUOUS) e1:SetValue(TYPE_CONTINUOUS)
c:RegisterEffect(e1) c:RegisterEffect(e1)
local dg=Duel.GetMatchingGroup(Card.IsType,tp,LOCATION_HAND+LOCATION_SZONE,0,nil,TYPE_SPELL) local dg=Duel.GetMatchingGroup(Card.IsType,tp,LOCATION_HAND+LOCATION_SZONE,0,nil,TYPE_SPELL)
local rg=Duel.GetMatchingGroup(Card.IsAbleToRemove,tp,0,LOCATION_HAND,nil) local rg=Duel.GetMatchingGroup(Card.IsAbleToRemove,tp,0,LOCATION_GRAVE,nil)
if #dg>0 and #rg>0 and Duel.SelectYesNo(tp,aux.Stringid(m,1)) then if #dg>0 and #rg>0 and Duel.SelectYesNo(tp,aux.Stringid(m,1)) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local dgc=dg:Select(tp,1,1,nil):GetFirst() local dgc=dg:Select(tp,1,1,nil):GetFirst()
......
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