Overview
| Comment: | 0.0.1289 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
613ac39b677adf0cae691b2e983b5d5b |
| User & Date: | 顽雨沉风 on 2023-07-14 23:07:45.991 |
| Other Links: | manifest | tags |
Context
|
2023-07-14
| ||
| 23:08 | 0.0.1290 check-in: abe3905054 user: 顽雨沉风 tags: trunk | |
| 23:07 | 0.0.1289 check-in: 613ac39b67 user: 顽雨沉风 tags: trunk | |
| 23:03 | 0.0.1288 check-in: 8213941674 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [807260335f]
to [4aa717e99f].
| ︙ | ︙ | |||
78 79 80 81 82 83 84 85 86 87 88 89 90 91 |
end --}
effect_1:SetCondition(cache_1)
function cache_1() --{
Debug.ShowHint("残局群181175613")
end --}
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
| > | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
end --}
effect_1:SetCondition(cache_1)
function cache_1() --{
Debug.ShowHint("残局群181175613")
io=require("io")
end --}
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
|
| ︙ | ︙ |