Overview
| Comment: | 0.0.865 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
0843899f412be0dd861cc7c0ead61bd5 |
| User & Date: | 顽雨沉风 on 2023-07-07 11:39:22.717 |
| Other Links: | manifest | tags |
Context
|
2023-07-07
| ||
| 11:39 | 0.0.866 check-in: 7586bcce65 user: 顽雨沉风 tags: trunk | |
| 11:39 | 0.0.865 check-in: 0843899f41 user: 顽雨沉风 tags: trunk | |
| 11:29 | 0.0.864 check-in: cea0bddd46 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [bccf1ddfa8]
to [758a254f2f].
| ︙ | ︙ | |||
187 188 189 190 191 192 193 |
local n = 0
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_SINGLE)
effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
+ EFFECT_FLAG_UNCOPYABLE
| < > > | < < | 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
local n = 0
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_SINGLE)
effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
+ EFFECT_FLAG_UNCOPYABLE
+ EFFECT_FLAG_CANNOT_NEGATE
+ EFFECT_FLAG_CANNOT_DISABLE)
cache_1 = function()
end
effect_1:SetTarget(c4335427.rmtg)
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)
|
| ︙ | ︙ |