Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b9abef9a398524f9ce6a08bf844bed65 |
| User & Date: | 顽雨沉风 on 2024-08-06 23:29:44.509 |
| Other Links: | manifest | tags |
Context
|
2024-08-06
| ||
| 23:30 | 0 check-in: ef57ca59cd user: 顽雨沉风 tags: trunk | |
| 23:29 | 0 check-in: b9abef9a39 user: 顽雨沉风 tags: trunk | |
| 23:29 | 0 check-in: 4333216735 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_50_020_5.lua
from [854a828d49]
to [6177d40f62].
| ︙ | |||
31 32 33 34 35 36 37 38 39 40 | 31 32 33 34 35 36 37 38 39 40 41 | + | Debug.AddCard(44097050, 0, 0, k1, 0, k2) local k1, k2 = LOCATION_GRAVE, POS_FACEUP--墓地 local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外 local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡 Debug.AddCard(17390179, 0, 0, k1, 0, k2) Debug.AddCard(17390179, 0, 0, k1, 0, k2) Debug.AddCard(87979586, 0, 0, k1, 0, k2) Debug.AddCard(89631139, 1, 1, k1, 0, k2) Debug.ReloadFieldEnd() aux.BeginPuzzle(1) |