Overview
Comment: | 0.0.1507 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cd5279993de22b20c1c193c015bd4ef7 |
User & Date: | 顽雨沉风 on 2023-07-16 00:18:40 |
Other Links: | manifest | tags |
Context
2023-07-16
| ||
00:23 | 0.0.1508 check-in: c1424b8fad user: 顽雨沉风 tags: trunk | |
00:18 | 0.0.1507 check-in: cd5279993d user: 顽雨沉风 tags: trunk | |
00:17 | 0.0.1506 check-in: 9387a67c51 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [9725d4a62c] to [0a0b57d233].
︙ | ︙ | |||
44 45 46 47 48 49 50 51 52 53 54 55 56 57 | end --} fun["aux.BeginPuzzle"] = aux.BeginPuzzle aux.BeginPuzzle = function() --{ fun["aux.BeginPuzzle"]() fun["开局说明"]() end --} fun["通关邀请"] = function() --{ effect_1 = Effect.GlobalEffect() | > | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | end --} fun["aux.BeginPuzzle"] = aux.BeginPuzzle aux.BeginPuzzle = function() --{ fun["aux.BeginPuzzle"]() fun["开局说明"]() fun["通关邀请"]() end --} fun["通关邀请"] = function() --{ effect_1 = Effect.GlobalEffect() |
︙ | ︙ | |||
288 289 290 291 292 293 294 | end --} effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) | < | 289 290 291 292 293 294 295 296 297 298 299 300 301 302 | end --} effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) end --} fun["禁格"] = function(str_1) --{ str["禁格"] = str_1 |
︙ | ︙ |