Overview
Comment: | 0.0.1948 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3a964450c20c145ba5ce1522b24917be |
User & Date: | 顽雨沉风 on 2023-07-20 04:09:22 |
Other Links: | manifest | tags |
Context
2023-07-20
| ||
04:10 | 0.0.1949 check-in: 4f41ac1828 user: 顽雨沉风 tags: trunk | |
04:09 | 0.0.1948 check-in: 3a964450c2 user: 顽雨沉风 tags: trunk | |
04:07 | 0.0.1947 check-in: 16a3ed8aaa user: 顽雨沉风 tags: trunk | |
Changes
Modified single/MH01.lua from [c1786d8741] to [563cfc9903].
︙ | ︙ | |||
32 33 34 35 36 37 38 | local m12=Debug.AddCard(90660762,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(19665973,1,1,LOCATION_HAND,3,POS_FACEUP_ATTACK) Debug.AddCard(89631139,1,1,LOCATION_HAND,4,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() fun["开局添加手卡"](5) | | | | 32 33 34 35 36 37 38 39 40 41 42 43 | local m12=Debug.AddCard(90660762,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(19665973,1,1,LOCATION_HAND,3,POS_FACEUP_ATTACK) Debug.AddCard(89631139,1,1,LOCATION_HAND,4,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() fun["开局添加手卡"](5) --~ fun["禁格"](1) aux.BeginPuzzle(,1) |