Overview
Comment: | 0.0.1169 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2e21f15623ff6a338b019cfbee074592 |
User & Date: | 顽雨沉风 on 2023-07-11 06:43:20 |
Other Links: | manifest | tags |
Context
2023-07-11
| ||
06:44 | 0.0.1170 check-in: 21800d0772 user: 顽雨沉风 tags: trunk | |
06:43 | 0.0.1169 check-in: 2e21f15623 user: 顽雨沉风 tags: trunk | |
06:42 | 0.0.1168 check-in: 94a1cf8101 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [b19445a54a] to [96c60e8ea5].
︙ | ︙ | |||
231 232 233 234 235 236 237 238 239 | return true else return false end end effect_1:SetCondition(cache_1) end | > > > | 231 232 233 234 235 236 237 238 239 240 241 242 | return true else return false end end effect_1:SetCondition(cache_1) cache_1 = function end end |