Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6adde7904b97892b5b40d3a8fd6ec58d |
User & Date: | 顽雨沉风 on 2024-07-17 14:07:50 |
Other Links: | manifest | tags |
Context
2024-07-17
| ||
14:08 | 0 check-in: 8fd42b5dc9 user: 顽雨沉风 tags: trunk | |
14:07 | 0 check-in: 6adde7904b user: 顽雨沉风 tags: trunk | |
13:24 | 0 check-in: f47a4dcd3a user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_520_07.lua from [466e47de92] to [537546aa1f].
︙ | ︙ | |||
42 43 44 45 46 47 48 | Debug.AddCard(62560742, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --墓地区域 Debug.AddCard(57421866, 0, 0, LOCATION_GRAVE, 0, POS_FACEDOWN) --除外区域 --手卡区域 Debug.AddCard(9622164, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN) | | | 42 43 44 45 46 47 48 49 50 51 52 | Debug.AddCard(62560742, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --墓地区域 Debug.AddCard(57421866, 0, 0, LOCATION_GRAVE, 0, POS_FACEDOWN) --除外区域 --手卡区域 Debug.AddCard(9622164, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN) Debug.ReloadFieldEnd("辉龙星-蚣蝮") aux.BeginPuzzle(nil, 1) Debug.PreEquip(s1, m1) |