Overview
| Comment: | 0.0.239 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
01d5320f0b994fcb6075150f260dad2c |
| User & Date: | 顽雨沉风 on 2023-06-25 23:55:25.822 |
| Other Links: | manifest | tags |
Context
|
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 | |
| 23:54 | 0.0.238 check-in: 5e73ecd8d2 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局函数库/残局函数库.lua
from [4f19cdac27]
to [985c672643].
| ︙ | ︙ | |||
44 45 46 47 48 49 50 51 52 53 |
if cache_1 > 0 then
cache_1 = true
else
cache_1 = false
end
return cache_1
end
end
fun["通关邀请"]()
| > | 44 45 46 47 48 49 50 51 52 53 54 |
if cache_1 > 0 then
cache_1 = true
else
cache_1 = false
end
return cache_1
end
effect_101:SetCondition(cache_1)
end
fun["通关邀请"]()
|