游戏王残局简化版

Check-in [93d441e955]
Login

Check-in [93d441e955]

Overview
Comment:0.0.894
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 93d441e95596d1cc3786fe29b735cac06feadbbe5680d8e7a567799ab17927fe
User & Date: 顽雨沉风 on 2023-07-07 12:19:02
Other Links: manifest | tags
Context
2023-07-07
12:23
0.0.895 check-in: 611eedac88 user: 顽雨沉风 tags: trunk
12:19
0.0.894 check-in: 93d441e955 user: 顽雨沉风 tags: trunk
12:17
0.0.893 check-in: cd97fa9b51 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [2ee5bd05f8] to [db34504c0d].

198
199
200
201
202
203
204
205

206
207
208
209
210
211
212
  effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
    + 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(effect_event







|
>







198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
  effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
    + EFFECT_FLAG_UNCOPYABLE
    + EFFECT_FLAG_CANNOT_NEGATE
    + EFFECT_FLAG_CANNOT_DISABLE)


  cache_1 = function()
--~     Duel.SetChainLimit(aux.FALSE)
    return true
    end

  effect_1:SetTarget(cache_1)

  effect_1:SetRange(LOCATION_EXTRA)

  function print_hand(effect_event