Overview
| Comment: | 0.0.513 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
5b4c0371a5dc5202e8caf12161505b1c |
| User & Date: | 顽雨沉风 on 2023-06-30 05:40:13.684 |
| Other Links: | manifest | tags |
Context
|
2023-06-30
| ||
| 05:42 | 0.0.514 check-in: 737aacba66 user: 顽雨沉风 tags: trunk | |
| 05:40 | 0.0.513 check-in: 5b4c0371a5 user: 顽雨沉风 tags: trunk | |
| 05:39 | 0.0.512 check-in: 4e48d105e5 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [49416b1e2b]
to [efc6dba3b8].
| ︙ | |||
75 76 77 78 79 80 81 | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | - - |
for k in aux.Next(cache_1) do
cache_1 = fun["是否效果卡"](k)
if cache_1 then
str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + 1
end
end
|
| ︙ |