Overview
Comment: | 0.0.240 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
949c8a99ee6a066969455a576e045207 |
User & Date: | 顽雨沉风 on 2023-06-25 23:57:59 |
Other Links: | manifest | tags |
Context
2023-06-26
| ||
00:02 | 0.0.241 check-in: d65bfdb245 user: 顽雨沉风 tags: trunk | |
2023-06-25
| ||
23:57 | 0.0.240 check-in: 949c8a99ee user: 顽雨沉风 tags: trunk | |
23:55 | 0.0.239 check-in: 01d5320f0b user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局函数库/残局函数库.lua from [985c672643] to [d571c3eb88].
︙ | ︙ | |||
45 46 47 48 49 50 51 52 53 54 | cache_1 = true else cache_1 = false end return cache_1 end effect_101:SetCondition(cache_1) end fun["通关邀请"]() | > > | 45 46 47 48 49 50 51 52 53 54 55 56 | cache_1 = true else cache_1 = false end return cache_1 end effect_101:SetCondition(cache_1) function cache_1() end end fun["通关邀请"]() |