Overview
Comment: | 0.0.2461 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
19111345050f64b28f587bd6aba4fb9c |
User & Date: | 顽雨沉风 on 2023-08-02 02:14:03 |
Other Links: | manifest | tags |
Context
2023-08-02
| ||
02:14 | 0.0.2462 check-in: 526e8343ee user: 顽雨沉风 tags: trunk | |
02:14 | 0.0.2461 check-in: 1911134505 user: 顽雨沉风 tags: trunk | |
02:13 | 0.0.2460 check-in: 30619e5bbd user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [3e6ead7c5a] to [f3bd183451].
︙ | ︙ | |||
213 214 215 216 217 218 219 | str["效果"]:SetOperation(cache_1) Duel.RegisterEffect(str["效果"] , 0) end --} | | | 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 | str["效果"]:SetOperation(cache_1) Duel.RegisterEffect(str["效果"] , 0) end --} fun["一_该效果不能被连锁"] = function() --{ Duel.SetChainLimit(aux.FALSE) return true end --} fun["一_通关邀请"] = function() --{ |
︙ | ︙ |