Commit 6325cf8b authored by wind2009's avatar wind2009

Fix 増殖するクリボー!

parent 892aa46a
Pipeline #42556 passed with stages
in 2 minutes and 8 seconds
...@@ -92,8 +92,8 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -92,8 +92,8 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
res=Duel.SpecialSummon(oc,0,tp,tp,false,false,POS_FACEUP)>0 res=Duel.SpecialSummon(oc,0,tp,tp,false,false,POS_FACEUP)>0
end end
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc and res and tc:IsRelateToChain() and tc:IsControler(1-tp) and tc:IsFaceup() and Duel.SelectYesNo(tp,aux.Stringid(id,2)) if tc and res and tc:IsRelateToChain() and tc:IsControler(1-tp) and tc:IsFaceup() and tc:GetAttack()>0
and not tc:IsImmuneToEffect(e) then and Duel.SelectYesNo(tp,aux.Stringid(id,2)) and not tc:IsImmuneToEffect(e) then
Duel.BreakEffect() Duel.BreakEffect()
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
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