游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [df7ac4701c]:

To Artifact [6afd3b635f]:


195
196
197
198
199
200
201

202
203
204
205
206
207
208
    + EFFECT_FLAG_CANNOT_DISABLE)
  cache_1 = function()
    Duel.SetChainLimit(aux.FALSE)
    end
  effect_1:SetTarget(cache_1)
  effect_1:SetRange(LOCATION_EXTRA)
  function print_hand()

    end

function print_hand(e,tp,eg,ep,ev,re,r,rp)
  local ac=Duel.AnnounceCard(tp)
  local c=Duel.CreateToken(tp,ac)
  if n<2 then
    Duel.SendtoHand(c,nil,REASON_RULE)







>







195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
    + EFFECT_FLAG_CANNOT_DISABLE)
  cache_1 = function()
    Duel.SetChainLimit(aux.FALSE)
    end
  effect_1:SetTarget(cache_1)
  effect_1:SetRange(LOCATION_EXTRA)
  function print_hand()
    announce_card = Duel.AnnounceCard()
    end

function print_hand(e,tp,eg,ep,ev,re,r,rp)
  local ac=Duel.AnnounceCard(tp)
  local c=Duel.CreateToken(tp,ac)
  if n<2 then
    Duel.SendtoHand(c,nil,REASON_RULE)