Overview
Comment: | 0.0.407 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6c3e306c2db7c29cd5782c7c07d7f4ea |
User & Date: | 顽雨沉风 on 2023-06-29 23:55:19 |
Other Links: | manifest | tags |
Context
2023-06-29
| ||
23:56 | 0.0.408 check-in: beca3e1a79 user: 顽雨沉风 tags: trunk | |
23:55 | 0.0.407 check-in: 6c3e306c2d user: 顽雨沉风 tags: trunk | |
23:55 | 0.0.406 check-in: 813804521b user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [7c51041bb1] to [ed7c5c26ee].
︙ | |||
97 98 99 100 101 102 103 | 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | - + | str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"] Debug.ShowHint(str["开局说明"]) function splimit(e,c,tp,sumtp,sumpos) Debug.ShowHint(bit.band(sumtp,SUMMON_TYPE_LINK)==SUMMON_TYPE_LINK) return bit.band(sumtp,SUMMON_TYPE_LINK)==SUMMON_TYPE_LINK end |
︙ |