Differences From Artifact [cf03b8fa4c]:
- File single/简化版_31_011_001.lua — part of check-in [89a0b7106c] at 2024-07-24 04:01:36 on branch trunk — 0 (user: 顽雨沉风, size: 1216) [annotate] [blame] [check-ins using]
To Artifact [49498301da]:
- File single/简化版_30_011_1.lua — part of check-in [3774ab54b6] at 2024-08-05 04:10:37 on branch trunk — 0 (user: 顽雨沉风, size: 1202) [annotate] [blame] [check-ins using]
- File single/简化版_31_011_001.lua — part of check-in [c8affac866] at 2024-07-25 07:51:43 on branch trunk — 0 (user: 顽雨沉风, size: 1202) [annotate] [blame] [check-ins using]
- File single/简化版__31_011_001.lua — part of check-in [d0d3a4b31a] at 2024-07-25 11:59:49 on branch trunk — 0 (user: 顽雨沉风, size: 1202) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
23 24 25 26 27 28 29 | local k1, k2 = LOCATION_EXTRA, POS_FACEDOWN--外组 local k1, k2 = LOCATION_GRAVE, POS_FACEUP--墓地 local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外 local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡 Debug.AddCard(22537443, 0, 0, k1, 0, k2) Debug.AddCard(79575620, 0, 0, k1, 0, k2) | | | 23 24 25 26 27 28 29 30 31 | local k1, k2 = LOCATION_EXTRA, POS_FACEDOWN--外组 local k1, k2 = LOCATION_GRAVE, POS_FACEUP--墓地 local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外 local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡 Debug.AddCard(22537443, 0, 0, k1, 0, k2) Debug.AddCard(79575620, 0, 0, k1, 0, k2) Debug.ReloadFieldEnd() aux.BeginPuzzle(1) |