Commit cec7be1d authored by wyykak's avatar wyykak

fix by keyigu

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 54dd2218
...@@ -97,7 +97,7 @@ function c27107.op1(e,tp,eg,ep,ev,re,r,rp) ...@@ -97,7 +97,7 @@ function c27107.op1(e,tp,eg,ep,ev,re,r,rp)
sc:SetMaterial(nil) sc:SetMaterial(nil)
if Duel.SpecialSummon(sc,SUMMON_TYPE_RITUAL,tp,tp,true,false,POS_FACEUP)>0 then if Duel.SpecialSummon(sc,SUMMON_TYPE_RITUAL,tp,tp,true,false,POS_FACEUP)>0 then
sc:CompleteProcedure() sc:CompleteProcedure()
if Duel.TossCoin(tp,1)==1 then if Duel.TossCoin(tp,1)==0 then
Duel.Destroy(sc,REASON_EFFECT) Duel.Destroy(sc,REASON_EFFECT)
end end
end end
...@@ -111,7 +111,7 @@ function c27107.op1(e,tp,eg,ep,ev,re,r,rp) ...@@ -111,7 +111,7 @@ function c27107.op1(e,tp,eg,ep,ev,re,r,rp)
sc:SetMaterial(nil) sc:SetMaterial(nil)
if Duel.SpecialSummon(sc,SUMMON_TYPE_RITUAL,tp,tp,true,false,POS_FACEUP)>0 then if Duel.SpecialSummon(sc,SUMMON_TYPE_RITUAL,tp,tp,true,false,POS_FACEUP)>0 then
sc:CompleteProcedure() sc:CompleteProcedure()
if Duel.TossCoin(tp,1)==1 then if Duel.TossCoin(tp,1)==0 then
Duel.Destroy(sc,REASON_EFFECT) Duel.Destroy(sc,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