Differences From Artifact [907cb99faa]:
- File single_doc/残局代码/single.lua — part of check-in [c559997b13] at 2024-07-20 07:02:31 on branch trunk — 0 (user: 顽雨沉风, size: 782) [annotate] [blame] [check-ins using]
To Artifact [b3fa290d8d]:
- File single_doc/残局代码/single.lua — part of check-in [60335b0630] at 2024-07-26 00:04:57 on branch trunk — 0 (user: 顽雨沉风, size: 738) [annotate] [blame] [check-ins using]
︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 | - + | local k1, k2 = LOCATION_PZONE, POS_FACEUP--灵摆 local k1, k2 = LOCATION_DECK, POS_FACEDOWN--卡组 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--手卡 |