Overview
Comment: | 0.0.431 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1f8b159161b03b28a09031bb7225449a |
User & Date: | 顽雨沉风 on 2023-06-30 01:48:02 |
Other Links: | manifest | tags |
Context
2023-06-30
| ||
01:48 | 0.0.432 check-in: 3597d73dbd user: 顽雨沉风 tags: trunk | |
01:48 | 0.0.431 check-in: 1f8b159161 user: 顽雨沉风 tags: trunk | |
01:45 | 0.0.430 check-in: 3314002d98 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [abffc51374] to [6ff10c769a].
︙ | ︙ | |||
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["开局说明"]) end | > | 63 64 65 66 67 68 69 70 71 72 73 | str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil) str["开局说明"] = "效果卡:" str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"] Debug.ShowHint(str["开局说明"]) Debug.ShowHint(Duel.CheckLocation(0, LOCATION_MZONE, 5)) end |