游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [504557934c]:

To Artifact [a691379960]:


158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
    
  cache_1 = Card.IsType(card, TYPE_PENDULUM)
  
  if cache_1 then --{
    
    for i = 1, #str["无效果灵摆怪兽表"] do --{
      
      cache_1 = Card.IsCode(card, str["无效果灵摆怪兽表"][i])
      
      if cache_1 then --{
        
        --}
        
      else  --{
        
        return true
        







|
<
<







158
159
160
161
162
163
164
165


166
167
168
169
170
171
172
    
  cache_1 = Card.IsType(card, TYPE_PENDULUM)
  
  if cache_1 then --{
    
    for i = 1, #str["无效果灵摆怪兽表"] do --{
      
      if Card.IsCode(card, str["无效果灵摆怪兽表"][i]) then --{


        
        --}
        
      else  --{
        
        return true