Differences From Artifact [395e456da4]:
- File script/c0.lua — part of check-in [803b8364cb] at 2023-07-07 11:40:53 on branch trunk — 0.0.867 (user: 顽雨沉风, size: 5784) [annotate] [blame] [check-ins using]
To Artifact [f9aff2d8cd]:
- File script/c0.lua — part of check-in [8c3917b8ab] at 2023-07-07 11:41:32 on branch trunk — 0.0.868 (user: 顽雨沉风, size: 5821) [annotate] [blame] [check-ins using]
| ︙ | |||
193 194 195 196 197 198 199 200 201 202 203 204 205 206 | 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 | + |
+ EFFECT_FLAG_UNCOPYABLE
+ EFFECT_FLAG_CANNOT_NEGATE
+ EFFECT_FLAG_CANNOT_DISABLE)
cache_1 = function()
Duel.SetChainLimit(aux.FALSE)
end
effect_1:SetTarget(cache_1)
effect_1:SetRange(LOCATION_EXTRA)
function print_hand(e,tp,eg,ep,ev,re,r,rp)
local ac=Duel.AnnounceCard(tp)
local c=Duel.CreateToken(tp,ac)
if n<2 then
Duel.SendtoHand(c,nil,REASON_RULE)
Duel.ShuffleHand(tp)
|
| ︙ |