游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [96c60e8ea5]:

To Artifact [222c312421]:


233
234
235
236
237
238
239


240
241

242
      return false
      end
    end
    
  effect_1:SetCondition(cache_1)
  
  cache_1 = function


    end
  

  end







>
>


>

233
234
235
236
237
238
239
240
241
242
243
244
245
      return false
      end
    end
    
  effect_1:SetCondition(cache_1)
  
  cache_1 = function
    Debug.ShowHint("目标已达成!")
    Duel.SetLP(1,0)
    end
  
  effect_1:SetOperation(cache_1)
  end