Overview
| Comment: | 0.0.2441 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
dd1a253607e379f72ceaee461064e8f0 |
| User & Date: | 顽雨沉风 on 2023-08-02 01:57:14.339 |
| Other Links: | manifest | tags |
Context
|
2023-08-02
| ||
| 01:57 | 0.0.2442 check-in: c458c143fc user: 顽雨沉风 tags: trunk | |
| 01:57 | 0.0.2441 check-in: dd1a253607 user: 顽雨沉风 tags: trunk | |
| 01:55 | 0.0.2440 check-in: 6f9888787e user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [8624e12b14]
to [fdc77e0ef2].
| ︙ | ︙ | |||
47 48 49 50 51 52 53 | str["除卡组与额外卡组以外的区域"] = cache_1 cache_1 = cache_1 + LOCATION_DECK + LOCATION_EXTRA str["所有区域"] = cache_1 | > | > > > > > > > > > > > | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
str["除卡组与额外卡组以外的区域"] = cache_1
cache_1 = cache_1 + LOCATION_DECK
+ LOCATION_EXTRA
str["所有区域"] = cache_1
--第一层-------------------------------
local cache_1
local cache_2
local cache_3
local cache_4
local cache_5
local cache_6
local cache_7
local cache_8
local cache_9
local _
fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2) --{
str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
|
| ︙ | ︙ |