Differences From Artifact [96c60e8ea5]:
- File script/c0.lua — part of check-in [2e21f15623] at 2023-07-11 06:43:20 on branch trunk — 0.0.1169 (user: 顽雨沉风, size: 6921) [annotate] [blame] [check-ins using]
To 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]
︙ | ︙ | |||
233 234 235 236 237 238 239 240 241 242 | return false end end effect_1:SetCondition(cache_1) cache_1 = function end end | > > > | 233 234 235 236 237 238 239 240 241 242 243 244 245 | return false end end effect_1:SetCondition(cache_1) cache_1 = function Debug.ShowHint("目标已达成!") Duel.SetLP(1,0) end effect_1:SetOperation(cache_1) end |