Overview
| Comment: | 0.0.986 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
0704679bfd7e6ff7d9768f75ef991b5d |
| User & Date: | 顽雨沉风 on 2023-07-08 16:29:35.272 |
| Other Links: | manifest | tags |
Context
|
2023-07-08
| ||
| 16:30 | 0.0.987 check-in: 840778ac12 user: 顽雨沉风 tags: trunk | |
| 16:29 | 0.0.986 check-in: 0704679bfd user: 顽雨沉风 tags: trunk | |
| 16:28 | 0.0.985 check-in: dfafea2170 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [69a847d33a]
to [40f6190dce].
| ︙ | ︙ | |||
241 242 243 244 245 246 247 248 |
end
effect_1:SetOperation(print_hand)
str_1:RegisterEffect(effect_1)
end
fun["QB"] = function(str_1)
end
| > > > | 241 242 243 244 245 246 247 248 249 250 251 |
end
effect_1:SetOperation(print_hand)
str_1:RegisterEffect(effect_1)
end
fun["QB"] = function(str_1)
announce_card = Duel.AnnounceCard(0)
card = Duel.CreateToken(0
, announce_card)
end
|