Differences From Artifact [7d96d7a962]:
- File single/简化版_30_013_1.lua — part of check-in [d75b55930c] at 2024-08-06 23:21:41 on branch trunk — 0 (user: 顽雨沉风, size: 1342) [annotate] [blame] [check-ins using]
To Artifact [9260141b5e]:
- File single/简化版_30_013_1.lua — part of check-in [d79fb9ffe6] at 2024-08-07 03:54:10 on branch trunk — 0 (user: 顽雨沉风, size: 1364) [annotate] [blame] [check-ins using]
︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 | - + | 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(83392426, 1, 1, k1, 0, k2) Debug.AddCard(57308711, 1, 1, k1, 0, k2) |