Differences From Artifact [fc616f7fec]:
- File script/c0.lua — part of check-in [97c277947c] at 2023-07-01 12:31:46 on branch trunk — 0.0.542 (user: 顽雨沉风, size: 3591) [annotate] [blame] [check-ins using]
To Artifact [0986c1e155]:
- File script/c0.lua — part of check-in [f7a6ef2afa] at 2023-07-01 12:35:26 on branch trunk — 0.0.543 (user: 顽雨沉风, size: 3616) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
132 133 134 135 136 137 138 139 |
Duel.SendtoHand(str["玩家选定的卡"]
, nil
, REASON_RULE)
end
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
end
| > | 132 133 134 135 136 137 138 139 140 |
Duel.SendtoHand(str["玩家选定的卡"]
, nil
, REASON_RULE)
end
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
fun["开局说明"]()
end
|