游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [61bbcf67a6]:

To Artifact [d102ee7476]:


176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
    if h2 <= h3 then
      h2 = h2 + 1
      Duel.SendtoHand(h6, nil, REASON_RULE)
    else
      if h2 <= h4 then
        h2 = h2 + 1
        Duel.Remove(h6, POS_FACEUP, REASON_RULE)
        Duel.SendtoDeck(card, u2, 0, REASON_RULE)
      else
        Debug.ShowHint(h1)
        u1:Reset()
        end
      end
    end
  s["印牌"] = function(u1, u2, u3)







|







176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
    if h2 <= h3 then
      h2 = h2 + 1
      Duel.SendtoHand(h6, nil, REASON_RULE)
    else
      if h2 <= h4 then
        h2 = h2 + 1
        Duel.Remove(h6, POS_FACEUP, REASON_RULE)
        Duel.SendtoDeck(h6, u2, 0, REASON_RULE)
      else
        Debug.ShowHint(h1)
        u1:Reset()
        end
      end
    end
  s["印牌"] = function(u1, u2, u3)