Commit d40e59e0 authored by POLYMER's avatar POLYMER

fix

parent aa106907
...@@ -2483,20 +2483,6 @@ ...@@ -2483,20 +2483,6 @@
64832036 0 64832036 0
64832037 0 64832037 0
64832038 0 64832038 0
#「假面骑士 OOO」系列 - 好人
32100002 0
32100003 0
32100004 0
32100005 0
32100006 0
32100007 0
32100008 0
32100010 0
32100011 0
32100012 0
32100013 0
32100015 0
32100022 0
#「无色之白」系列 - MerlinTC #「无色之白」系列 - MerlinTC
60010060 0 60010060 0
60010061 0 60010061 0
......
No preview for this file type
...@@ -200,7 +200,7 @@ function c91300031.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -200,7 +200,7 @@ function c91300031.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function c91300031.thop(e,tp,eg,ep,ev,re,r,rp) function c91300031.thop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then if tc and tc:IsRelateToEffect(e) then
Duel.SendtoHand(tc,nil,REASON_EFFECT) Duel.SendtoHand(tc,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,tc) Duel.ConfirmCards(1-tp,tc)
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