游戏王残局简化版

Check-in [e3ada783b4]
Login

Check-in [e3ada783b4]

Overview
Comment:0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e3ada783b40185d7b633f455c04c4bcc03fbf04d786ebf3fabca41e94ff4175a
User & Date: 顽雨沉风 on 2024-08-06 23:39:21
Other Links: manifest | tags
Context
2024-08-06
23:42
0 check-in: 486d0b38c0 user: 顽雨沉风 tags: trunk
23:39
0 check-in: e3ada783b4 user: 顽雨沉风 tags: trunk
23:39
0 check-in: ea2aef5da2 user: 顽雨沉风 tags: trunk
Changes

Modified single/简化版_50_020_1.lua from [16ff1431cc] to [bc4a34acdd].

42
43
44
45
46
47
48

49
local k1, k2 = LOCATION_GRAVE, POS_FACEUP--墓地
Debug.AddCard(57421866, 0, 0, k1, 0, k2)
local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外
local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡

Debug.ReloadFieldEnd()
aux.BeginPuzzle(1, 1)

Debug.PreEquip(s1, m1)







>

42
43
44
45
46
47
48
49
50
local k1, k2 = LOCATION_GRAVE, POS_FACEUP--墓地
Debug.AddCard(57421866, 0, 0, k1, 0, k2)
local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外
local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡

Debug.ReloadFieldEnd()
aux.BeginPuzzle(1, 1)

Debug.PreEquip(s1, m1)