Overview
Comment: | 0.0.1535 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
86992590d3dc2f5126fe52a8151ddfe5 |
User & Date: | 顽雨沉风 on 2023-07-16 01:11:28 |
Other Links: | manifest | tags |
Context
2023-07-16
| ||
01:12 | 0.0.1536 check-in: d5865c0234 user: 顽雨沉风 tags: trunk | |
01:11 | 0.0.1535 check-in: 86992590d3 user: 顽雨沉风 tags: trunk | |
01:08 | 0.0.1534 check-in: bc0314cf89 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/MH01.lua from [138a094716] to [c1786d8741].
︙ | ︙ | |||
31 32 33 34 35 36 37 | local m11=Debug.AddCard(90660762,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) 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() | | > | | | 31 32 33 34 35 36 37 38 39 40 41 42 43 | local m11=Debug.AddCard(90660762,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) 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() |