Differences From Artifact [371369c8ec]:
- File script/c0.lua — part of check-in [38127bc74b] at 2023-07-06 13:03:52 on branch trunk — 0.0.757 (user: 顽雨沉风, size: 4750) [annotate] [blame] [check-ins using]
To Artifact [63402620cd]:
- File script/c0.lua — part of check-in [264925f3bc] at 2023-07-07 11:12:26 on branch trunk — 0.0.850 (user: 顽雨沉风, size: 4792) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
177 178 179 180 181 182 183 | str["禁格"] = str_1 effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD) effect_1:SetCode(EFFECT_USE_EXTRA_MZONE) effect_1:SetValue(str_1) Duel.RegisterEffect(effect_1,0) end | > > > | 177 178 179 180 181 182 183 184 185 186 | str["禁格"] = str_1 effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD) effect_1:SetCode(EFFECT_USE_EXTRA_MZONE) effect_1:SetValue(str_1) Duel.RegisterEffect(effect_1,0) end fun["禁格"] = function(str_1) end |