Differences From Artifact [4d60f67482]:
- File single/简化版_50_010_3.lua — part of check-in [14e7fd2a05] at 2024-08-05 08:37:04 on branch trunk — 0 (user: 顽雨沉风, size: 1492) [annotate] [blame] [check-ins using]
- File single/简化版_51_010_10.lua — part of check-in [aa2f8af1d5] at 2024-08-05 13:13:58 on branch trunk — 0 (user: 顽雨沉风, size: 1492) [annotate] [blame] [check-ins using]
- File single/简化版__51_010_003.lua — part of check-in [59111c57d2] at 2024-08-05 08:36:35 on branch trunk — 0 (user: 顽雨沉风, size: 1492) [annotate] [blame] [check-ins using]
To Artifact [89fc6757e1]:
- File single/简化版_51_010_10.lua — part of check-in [d79fb9ffe6] at 2024-08-07 03:54:10 on branch trunk — 0 (user: 顽雨沉风, size: 1514) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
31 32 33 34 35 36 37 | local k1, k2 = LOCATION_GRAVE, POS_FACEUP--墓地 local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外 local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡 Debug.AddCard(99910751, 0, 0, k1, 0, k2) Debug.AddCard(27288416, 0, 0, k1, 0, k2) Debug.AddCard(97631303, 0, 0, k1, 0, k2) | | | 31 32 33 34 35 36 37 38 39 | local k1, k2 = LOCATION_GRAVE, POS_FACEUP--墓地 local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外 local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡 Debug.AddCard(99910751, 0, 0, k1, 0, k2) Debug.AddCard(27288416, 0, 0, k1, 0, k2) Debug.AddCard(97631303, 0, 0, k1, 0, k2) Debug.ReloadFieldEnd("2024-08-07 11:49 版") aux.BeginPuzzle(1) |