Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -235,8 +235,11 @@ end effect_1:SetCondition(cache_1) cache_1 = function + Debug.ShowHint("目标已达成!") + Duel.SetLP(1,0) end + effect_1:SetOperation(cache_1) end