Overview
Comment: | 0.0.995 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f0ffe5edcc4224dfcf5f4be27805c865 |
User & Date: | 顽雨沉风 on 2023-07-08 16:40:33 |
Other Links: | manifest | tags |
Context
2023-07-08
| ||
16:42 | 0.0.996 check-in: d6c3716877 user: 顽雨沉风 tags: trunk | |
16:40 | 0.0.995 check-in: f0ffe5edcc user: 顽雨沉风 tags: trunk | |
16:39 | 0.0.994 check-in: 6a458308d6 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [bb0d57b2fb] to [3dc8473321].
︙ | ︙ | |||
46 47 48 49 50 51 52 53 54 55 56 57 58 59 | else cache_1 = false end 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) | > > > | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | else cache_1 = false end return cache_1 end effect_1:SetCondition(cache_1) function cache_1() if str["QB"] then end Debug.ShowHint("残局群181175613") return end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) |
︙ | ︙ |