Overview
| Comment: | 0.0.1540 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a30b9aba5dde9d8dcd4b33c12a271550 |
| User & Date: | 顽雨沉风 on 2023-07-16 01:17:04.859 |
| Other Links: | manifest | tags |
Context
|
2023-07-16
| ||
| 01:18 | 0.0.1541 check-in: aef4bcca1e user: 顽雨沉风 tags: trunk | |
| 01:17 | 0.0.1540 check-in: a30b9aba5d user: 顽雨沉风 tags: trunk | |
| 01:14 | 0.0.1539 check-in: b9351df360 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [13a077f458]
to [2f75700e0c].
| ︙ | ︙ | |||
336 337 338 339 340 341 342 343 344 345 346 347 348 349 |
Duel.SendtoDeck(card,player_who_activate_the_effect,0,REASON_RULE)
--}
else --{
Debug.ShowHint("印卡过多!")
end --}
end --}
end --}
| > > | 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 |
Duel.SendtoDeck(card,player_who_activate_the_effect,0,REASON_RULE)
--}
else --{
Debug.ShowHint("印卡过多!")
effect_event:Reset()
end --}
end --}
end --}
|
| ︙ | ︙ |