Index: [WCS2006]03_antique_gear.lua ================================================================== --- [WCS2006]03_antique_gear.lua +++ [WCS2006]03_antique_gear.lua @@ -19,10 +19,11 @@ Debug.AddCard(80604091,0,0,LOCATION_SZONE,2,POS_FACEUP) Debug.AddCard(44095762,1,1,LOCATION_SZONE,2,POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle() + local str = {} local fun = {} local cache_1 @@ -34,11 +35,17 @@ effect_100:SetCode(EVENT_DAMAGE) function cache_1() cache_1 = Duel.GetLP(1) - return cache_1 <= 0 + if cache_1 <= 0 then + cache_1 = true + else + cache_1 = false + end + + return cache_1 end effect_100:SetCondition(cache_1) function cache_1() Debug.ShowHint("残局群181175613") return @@ -45,8 +52,11 @@ end effect_100:SetOperation(cache_1) Duel.RegisterEffect(effect_100 , 0) end + + + fun["通关邀请"]()