Overview
Comment: | 0.0.1017 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
312667d63d6a30c2ef4c8b526696920c |
User & Date: | 顽雨沉风 on 2023-07-09 01:49:23 |
Other Links: | manifest | tags |
Context
2023-07-09
| ||
01:50 | 0.0.1018 check-in: 12221ce4fe user: 顽雨沉风 tags: trunk | |
01:49 | 0.0.1017 check-in: 312667d63d user: 顽雨沉风 tags: trunk | |
01:48 | 0.0.1016 check-in: 9c46873296 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [ece9ff3d8d] to [206d8952ed].
︙ | ︙ | |||
39 40 41 42 43 44 45 | return cache_1 end effect_1:SetCondition(cache_1) function cache_1() Debug.ShowHint("残局群181175613") return end | < | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | return cache_1 end effect_1:SetCondition(cache_1) function cache_1() Debug.ShowHint("残局群181175613") return end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) end fun["是否效果卡"] = function(card) |
︙ | ︙ |