游戏王残局简化版

Check-in [a7e2397f50]
Login

Check-in [a7e2397f50]

Overview
Comment:0.0.1171
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a7e2397f502d14d75f69fbc7e598d875e70099831bc3c1e88b0840bc019601bf
User & Date: 顽雨沉风 on 2023-07-11 06:44:40
Other Links: manifest | tags
Context
2023-07-11
06:46
0.0.1172 check-in: 509545c0c8 user: 顽雨沉风 tags: trunk
06:44
0.0.1171 check-in: a7e2397f50 user: 顽雨沉风 tags: trunk
06:44
0.0.1170 check-in: 21800d0772 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [222c312421] to [7962edb113].

238
239
240
241
242
243
244


245
  
  cache_1 = function
    Debug.ShowHint("目标已达成!")
    Duel.SetLP(1,0)
    end
  
  effect_1:SetOperation(cache_1)


  end







>
>

238
239
240
241
242
243
244
245
246
247
  
  cache_1 = function
    Debug.ShowHint("目标已达成!")
    Duel.SetLP(1,0)
    end
  
  effect_1:SetOperation(cache_1)
  
  Duel.RegisterEffect(effect_1,0)
  end