Differences From 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]
To Artifact [60ec66adda]:
- File 残局函数库/残局函数库.lua — part of check-in [de01b7781c] at 2023-06-26 00:13:05 on branch trunk — 0.0.243 (user: 顽雨沉风, size: 1676) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
62 63 64 65 66 67 68 69 70 71 | cache_1 = cache_1::GetCount() if cache_1 > 0 then Duel.SendtoHand(cache_1 , nil , REASON_RULE) end end end fun["通关邀请"]() | > > > > > | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | cache_1 = cache_1::GetCount() if cache_1 > 0 then Duel.SendtoHand(cache_1 , nil , REASON_RULE) end end effect_101:SetOperation(cache_1) Duel.RegisterEffect(effect_101 , 0) end fun["通关邀请"]() fun["开局添加手卡"](1) |