游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [a694b45404]:

To Artifact [60ec66adda]:


62
63
64
65
66
67
68



69
70
71


    cache_1 = cache_1::GetCount()
    if cache_1 > 0 then
      Duel.SendtoHand(cache_1
        , nil
        , REASON_RULE)
      end
    end



  end

fun["通关邀请"]()









>
>
>



>
>
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
    cache_1 = cache_1::GetCount()
    if cache_1 > 0 then
      Duel.SendtoHand(cache_1
        , nil
        , REASON_RULE)
      end
    end
  effect_101:SetOperation(cache_1)
  Duel.RegisterEffect(effect_101
    , 0)
  end

fun["通关邀请"]()
fun["开局添加手卡"](1)