游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [3fb152ef0e]:

To Artifact [3e186194b1]:


342
343
344
345
346
347
348


349
350
351
352
353
354
355
  
  Duel.RegisterEffect(str["效果"]
  , 0)
  
  end --}
  
fun["一_禁格"] = function(str_1) --{


  
  str["禁格的数量"] = str_1
  
  str["效果"] = Effect.GlobalEffect()
  
  str["效果"]:SetCode(EFFECT_USE_EXTRA_MZONE)
  







>
>







342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
  
  Duel.RegisterEffect(str["效果"]
  , 0)
  
  end --}
  
fun["一_禁格"] = function(str_1) --{

  str["禁格"] = true
  
  str["禁格的数量"] = str_1
  
  str["效果"] = Effect.GlobalEffect()
  
  str["效果"]:SetCode(EFFECT_USE_EXTRA_MZONE)