Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
701420df8f480eadc761c4792682bca9 |
| User & Date: | 顽雨沉风 on 2024-06-27 08:06:04.741 |
| Other Links: | manifest | tags |
Context
|
2024-06-27
| ||
| 08:06 | 0 check-in: ba05430172 user: 顽雨沉风 tags: trunk | |
| 08:06 | 0 check-in: 701420df8f user: 顽雨沉风 tags: trunk | |
| 08:05 | 0 check-in: a182a7e55e user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [bc705c42ec]
to [944f1a534d].
| ︙ | |||
42 43 44 45 46 47 48 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | - + |
s["Debug.ReloadFieldBegin"](u1, u2)
end
end
f["不被连锁"] = function()
Duel.SetChainLimit(aux.FALSE)
return true
end
|
| ︙ | |||
136 137 138 139 140 141 142 | 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 | - + - + |
k5:SetOperation(f["_印卡"])
o1:RegisterEffect(k5)
end
end
s["开局示"] = function()
local h1, h2, h3
--~ 此局效卡之数
|
| ︙ |