Overview
| Comment: | 0.0.1522 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
e28a9fe965fedb886f0a6baa75c294ce |
| User & Date: | 顽雨沉风 on 2023-07-16 00:54:36.318 |
| Other Links: | manifest | tags |
Context
|
2023-07-16
| ||
| 00:55 | 0.0.1523 check-in: e545b29e8e user: 顽雨沉风 tags: trunk | |
| 00:54 | 0.0.1522 check-in: e28a9fe965 user: 顽雨沉风 tags: trunk | |
| 00:48 | 0.0.1521 check-in: 1539e099d7 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [fa47515bda]
to [8547e68aa8].
| ︙ | ︙ | |||
344 345 346 347 348 349 350 |
, str_1
, nil)
Duel.SendtoHand(str["玩家选定的卡"]
, nil
, REASON_RULE)
| | | 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 |
, str_1
, nil)
Duel.SendtoHand(str["玩家选定的卡"]
, nil
, REASON_RULE)
effect_event:Reset()
end --}
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
|
| ︙ | ︙ |