游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [873331c3b2]:

To Artifact [d09e93d04b]:


220
221
222
223
224
225
226








227
228
229
  cache_1 = function
    cache_1 = 0
    cache_1 = cache_1 + LOCATION_HAND
    cache_1 = cache_1 + LOCATION_MZONE
    cache_1 = cache_1 + LOCATION_SZONE
    cache_1 = cache_1 + LOCATION_GRAVE
    cache_1 = cache_1 + LOCATION_REMOVED








    end
  
  end







>
>
>
>
>
>
>
>



220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
  cache_1 = function
    cache_1 = 0
    cache_1 = cache_1 + LOCATION_HAND
    cache_1 = cache_1 + LOCATION_MZONE
    cache_1 = cache_1 + LOCATION_SZONE
    cache_1 = cache_1 + LOCATION_GRAVE
    cache_1 = cache_1 + LOCATION_REMOVED
    
    cache_1 = Duel.GetFieldGroupCount(1,cache_1,0)
    
    if cache_1 == 0 then
      return true
    else
      return false
      end
    end
  
  end