Commit 9ca5d05a authored by wind2009's avatar wind2009

Fix 武装蜂起

parent 0656cfe2
...@@ -44,10 +44,10 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -44,10 +44,10 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
if tc and Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)~=0 if tc and Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)~=0
and tc:IsSummonLocation(LOCATION_DECK) then and tc:IsSummonLocation(LOCATION_DECK) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local g=Duel.SelectMatchingCard(tp,Card.IsAbleToGrave,tp,LOCATION_MZONE,0,1,1,nil) local sg=Duel.SelectMatchingCard(tp,Card.IsAbleToGrave,tp,LOCATION_MZONE,0,1,1,nil)
local gc=g:GetFirst() local gc=sg:GetFirst()
if gc then if gc then
Duel.HintSelection(g) Duel.HintSelection(sg)
Duel.SendtoGrave(gc,REASON_EFFECT) Duel.SendtoGrave(gc,REASON_EFFECT)
end end
end end
......
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