Commit fe721dd8 authored by Tachibana's avatar Tachibana

12

parent fc8098c2
...@@ -59,7 +59,10 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -59,7 +59,10 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.HintSelection(g) Duel.HintSelection(g)
Duel.SendtoGrave(g,REASON_EFFECT) Duel.SendtoGrave(g,REASON_EFFECT)
end end
else Duel.Damage(p,d,REASON_EFFECT) end else
Duel.Damage(p,d,REASON_EFFECT)
Duel.Draw(p,2,REASON_EFFECT)
end
end end
function cm.filter(c) function cm.filter(c)
return c:IsFaceup() and c:IsAbleToHand() return c:IsFaceup() and c:IsAbleToHand()
......
...@@ -75,6 +75,7 @@ function c12051021.activate2(e,tp,eg,ep,ev,re,r,rp) ...@@ -75,6 +75,7 @@ function c12051021.activate2(e,tp,eg,ep,ev,re,r,rp)
local tc=g1:GetFirst() local tc=g1:GetFirst()
while tc do while tc do
Duel.SpecialSummonStep(tc,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummonStep(tc,0,tp,tp,false,false,POS_FACEUP)
tc=g1:GetNext()
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
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