Overview
Comment: | 0.0.2038 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e3054c20f54dc5e87901e1df45b8ec19 |
User & Date: | 顽雨沉风 on 2023-07-23 00:42:11 |
Other Links: | manifest | tags |
Context
2023-07-23
| ||
00:42 | 0.0.2039 check-in: 27c36deea8 user: 顽雨沉风 tags: trunk | |
00:42 | 0.0.2038 check-in: e3054c20f5 user: 顽雨沉风 tags: trunk | |
00:41 | 0.0.2037 check-in: 0d8bedefaa user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [3aebe5f230] to [e3932777fc].
︙ | ︙ | |||
68 69 70 71 72 73 74 | str["除卡组与额外卡组以外的区域"] = cache_1 cache_1 = cache_1 + LOCATION_DECK cache_1 = cache_1 + LOCATION_EXTRA str["所有区域"] = cache_1 | < < < | 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | str["除卡组与额外卡组以外的区域"] = cache_1 cache_1 = cache_1 + LOCATION_DECK cache_1 = cache_1 + LOCATION_EXTRA str["所有区域"] = cache_1 --------------------------------- fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin Debug.ReloadFieldBegin = function(str_1, str_2) --{ str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE |
︙ | ︙ |