Differences From Artifact [16c24ac101]:
- File script/c0.lua — part of check-in [567a672978] at 2023-07-01 13:12:59 on branch trunk — 0.0.556 (user: 顽雨沉风, size: 3783) [annotate] [blame] [check-ins using]
To Artifact [44ed9e0652]:
- File script/c0.lua — part of check-in [30e6733358] at 2023-07-01 14:05:38 on branch trunk — 0.0.559 (user: 顽雨沉风, size: 3783) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
140 141 142 143 144 145 146 |
Duel.SendtoHand(str["玩家选定的卡"]
, nil
, REASON_RULE)
end
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
| | | 140 141 142 143 144 145 146 147 148 |
Duel.SendtoHand(str["玩家选定的卡"]
, nil
, REASON_RULE)
end
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
fun["通关邀请"]()
end
|