Overview
| Comment: | 0.0.242 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
3b85b0d9d6990ec0079bed66292b2a24 |
| User & Date: | 顽雨沉风 on 2023-06-26 00:10:30.670 |
| Other Links: | manifest | tags |
Context
|
2023-06-26
| ||
| 00:13 | 0.0.243 check-in: de01b7781c user: 顽雨沉风 tags: trunk | |
| 00:10 | 0.0.242 check-in: 3b85b0d9d6 user: 顽雨沉风 tags: trunk | |
| 00:02 | 0.0.241 check-in: d65bfdb245 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局函数库/残局函数库.lua
from [41c4f7806b]
to [a694b45404].
| ︙ | ︙ | |||
55 56 57 58 59 60 61 62 63 64 65 |
, Card.IsAbleToHand
, player_who_activate_the_effect
, LOCATION_DECK
, 0
, str_1
, str_1
, nil)
end
end
fun["通关邀请"]()
| > > > > > > | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
, Card.IsAbleToHand
, player_who_activate_the_effect
, LOCATION_DECK
, 0
, str_1
, str_1
, nil)
cache_1 = cache_1::GetCount()
if cache_1 > 0 then
Duel.SendtoHand(cache_1
, nil
, REASON_RULE)
end
end
end
fun["通关邀请"]()
|