Overview
Comment: | 0.0.888 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8c94409d80123aa154768eaa6abca6e7 |
User & Date: | 顽雨沉风 on 2023-07-07 12:06:37 |
Other Links: | manifest | tags |
Context
2023-07-07
| ||
12:07 | 0.0.889 check-in: 0db518c6bf user: 顽雨沉风 tags: trunk | |
12:06 | 0.0.888 check-in: 8c94409d80 user: 顽雨沉风 tags: trunk | |
12:05 | 0.0.887 check-in: e9296b9b86 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [37b1133a4e] to [3d512691ae].
︙ | ︙ | |||
218 219 220 221 222 223 224 225 226 | else Debug.ShowHint("印卡过多!") Duel.SetLP(0,0) end end end str_1:RegisterEffect(effect_1) end | > | 218 219 220 221 222 223 224 225 226 227 | else Debug.ShowHint("印卡过多!") Duel.SetLP(0,0) end end end effect_1:SetOperation(print_hand) str_1:RegisterEffect(effect_1) end |