Differences From Artifact [222c312421]:
- File script/c0.lua — part of check-in [21800d0772] at 2023-07-11 06:44:17 on branch trunk — 0.0.1170 (user: 顽雨沉风, size: 7018) [annotate] [blame] [check-ins using]
To Artifact [7962edb113]:
- File script/c0.lua — part of check-in [a7e2397f50] at 2023-07-11 06:44:40 on branch trunk — 0.0.1171 (user: 顽雨沉风, size: 7057) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
238 239 240 241 242 243 244 245 | cache_1 = function Debug.ShowHint("目标已达成!") Duel.SetLP(1,0) end effect_1:SetOperation(cache_1) end | > > | 238 239 240 241 242 243 244 245 246 247 | cache_1 = function Debug.ShowHint("目标已达成!") Duel.SetLP(1,0) end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1,0) end |