Differences From Artifact [c841f5005e]:
- File script/c0.lua — part of check-in [dd5b141932] at 2023-07-11 06:36:58 on branch trunk — 0.0.1163 (user: 顽雨沉风, size: 6405) [annotate] [blame] [check-ins using]
To Artifact [3c0ffd5bde]:
- File script/c0.lua — part of check-in [ac336880d2] at 2023-07-11 06:37:49 on branch trunk — 0.0.1164 (user: 顽雨沉风, size: 6443) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
210 211 212 213 214 215 216 217 218 | end fun["全部回到卡组"] = function effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) end | > > | 210 211 212 213 214 215 216 217 218 219 220 | end fun["全部回到卡组"] = function effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) effect_1:SetCode(EVENT_ADJUST) end |