Differences From Artifact [b0f35920ea]:
- File script/c0.lua — part of check-in [398020831c] at 2023-06-29 11:42:07 on branch trunk — 0.0.315 (user: 顽雨沉风, size: 614) [annotate] [blame] [check-ins using] [more...]
To Artifact [2334d12089]:
- File script/c0.lua — part of check-in [6265c22598] at 2023-06-29 12:21:51 on branch trunk — 0.0.332 (user: 顽雨沉风, size: 703) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
20 21 22 23 24 25 26 27 28 29 |
end
effect_1:SetCondition(cache_1)
function cache_1()
Debug.ShowHint("残局群181175613")
return
end
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
end
| > > | 20 21 22 23 24 25 26 27 28 29 30 31 |
end
effect_1:SetCondition(cache_1)
function cache_1()
Debug.ShowHint("残局群181175613")
return
end
effect_1:SetOperation(cache_1)
Effect.SetDescription(effect_1, 1)
Debug.ShowHint(Effect.GetDescription(effect_1))
Duel.RegisterEffect(effect_1
, 0)
end
|