Overview
| Comment: | 0.0.335 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
3aa0808dada5f6120eea4af1e0554371 |
| User & Date: | 顽雨沉风 on 2023-06-29 12:28:39.775 |
| Other Links: | manifest | tags |
Context
|
2023-06-29
| ||
| 12:32 | 0.0.336 check-in: 91bea80f83 user: 顽雨沉风 tags: trunk | |
| 12:28 | 0.0.335 check-in: 3aa0808dad user: 顽雨沉风 tags: trunk | |
| 12:27 | 0.0.334 check-in: 46d5dbecb0 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [7cd701340c]
to [86e083e59e].
| ︙ | ︙ | |||
20 21 22 23 24 25 26 |
end
effect_1:SetCondition(cache_1)
function cache_1()
Debug.ShowHint("残局群181175613")
return
end
effect_1:SetOperation(cache_1)
| | | 20 21 22 23 24 25 26 27 28 29 30 31 |
end
effect_1:SetCondition(cache_1)
function cache_1()
Debug.ShowHint("残局群181175613")
return
end
effect_1:SetOperation(cache_1)
Effect.SetDescription(effect_1, 1160)
Debug.ShowHint(Effect.GetDescription(effect_1))
Duel.RegisterEffect(effect_1
, 0)
end
|