Differences From Artifact [2b37e2cf99]:
- File script/c0.lua — part of check-in [ceb9febbb2] at 2023-07-11 06:36:04 on branch trunk — 0.0.1162 (user: 顽雨沉风, size: 6294) [annotate] [blame] [check-ins using]
To 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]
| ︙ | ︙ | |||
206 207 208 209 210 211 212 213 |
end
end
effect_1:SetOperation(print_hand)
str_1:RegisterEffect(effect_1)
end
fun["全部回到卡组"] = function
end
| > > > > > | 206 207 208 209 210 211 212 213 214 215 216 217 218 |
end
end
effect_1:SetOperation(print_hand)
str_1:RegisterEffect(effect_1)
end
fun["全部回到卡组"] = function
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
end
|