Overview
Comment: | 0.0.441 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f56765580c0a34fbcef45a4ce1fd1b66 |
User & Date: | 顽雨沉风 on 2023-06-30 01:59:58 |
Other Links: | manifest | tags |
Context
2023-06-30
| ||
02:01 | 0.0.442 check-in: b143cb14e4 user: 顽雨沉风 tags: trunk | |
01:59 | 0.0.441 check-in: f56765580c user: 顽雨沉风 tags: trunk | |
01:59 | 0.0.440 check-in: 53490f8cfb user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [4d1e88751b] to [09dd28b64d].
︙ | ︙ | |||
63 64 65 66 67 68 69 70 | str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil) str["开局说明"] = "效果卡:" str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"] Debug.ShowHint(str["开局说明"]) end | > < | 63 64 65 66 67 68 69 70 71 72 | str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil) str["开局说明"] = "效果卡:" str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"] Debug.ShowHint(str["开局说明"]) Debug.Message(str["开局说明"]) end |