Differences From Artifact [41c4f7806b]:
- File 残局函数库/残局函数库.lua — part of check-in [d65bfdb245] at 2023-06-26 00:02:07 on branch trunk — 0.0.241 (user: 顽雨沉风, size: 1423) [annotate] [blame] [check-ins using]
To Artifact [a694b45404]:
- File 残局函数库/残局函数库.lua — part of check-in [3b85b0d9d6] at 2023-06-26 00:10:30 on branch trunk — 0.0.242 (user: 顽雨沉风, size: 1564) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
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["通关邀请"]()
|