Overview
| Comment: | 0.0.1162 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
ceb9febbb2a158736aed6440a064f5f4 |
| User & Date: | 顽雨沉风 on 2023-07-11 06:36:04.685 |
| Other Links: | manifest | tags |
Context
|
2023-07-11
| ||
| 06:36 | 0.0.1163 check-in: dd5b141932 user: 顽雨沉风 tags: trunk | |
| 06:36 | 0.0.1162 check-in: ceb9febbb2 user: 顽雨沉风 tags: trunk | |
| 06:35 | 0.0.1161 check-in: 2705e67ff7 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [f4c0ddce2d]
to [2b37e2cf99].
| ︙ | ︙ | |||
204 205 206 207 208 209 210 |
Debug.ShowHint("印卡过多!")
end
end
end
effect_1:SetOperation(print_hand)
str_1:RegisterEffect(effect_1)
end
| > > > | 204 205 206 207 208 209 210 211 212 213 |
Debug.ShowHint("印卡过多!")
end
end
end
effect_1:SetOperation(print_hand)
str_1:RegisterEffect(effect_1)
end
fun["全部回到卡组"] = function
end
|