Overview
Comment: | 0.0.1170 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
21800d0772c795603012928705293d7b |
User & Date: | 顽雨沉风 on 2023-07-11 06:44:17 |
Other Links: | manifest | tags |
Context
2023-07-11
| ||
06:44 | 0.0.1171 check-in: a7e2397f50 user: 顽雨沉风 tags: trunk | |
06:44 | 0.0.1170 check-in: 21800d0772 user: 顽雨沉风 tags: trunk | |
06:43 | 0.0.1169 check-in: 2e21f15623 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [96c60e8ea5] to [222c312421].
︙ | ︙ | |||
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 |