游戏王残局简化版

Check-in [611eedac88]
Login

Check-in [611eedac88]

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

Modified script/c0.lua from [db34504c0d] to [a89a4affc7].

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)
    return true
    end

  effect_1:SetTarget(cache_1)

  effect_1:SetRange(LOCATION_EXTRA)








|







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.SetChainLimitTillChainEnd(aux.FALSE)
    return true
    end

  effect_1:SetTarget(cache_1)

  effect_1:SetRange(LOCATION_EXTRA)