Overview
| Comment: | 0.0.1163 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
dd5b141932732cdded01a821b4510913 |
| User & Date: | 顽雨沉风 on 2023-07-11 06:36:58.793 |
| Other Links: | manifest | tags |
Context
|
2023-07-11
| ||
| 06:37 | 0.0.1164 check-in: ac336880d2 user: 顽雨沉风 tags: trunk | |
| 06:36 | 0.0.1163 check-in: dd5b141932 user: 顽雨沉风 tags: trunk | |
| 06:36 | 0.0.1162 check-in: ceb9febbb2 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [2b37e2cf99]
to [c841f5005e].
| ︙ | |||
206 207 208 209 210 211 212 213 | 206 207 208 209 210 211 212 213 214 215 216 217 218 | + + + + + |
end
end
effect_1:SetOperation(print_hand)
str_1:RegisterEffect(effect_1)
end
fun["全部回到卡组"] = function
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
end
|