Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -27,11 +27,11 @@ effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) effect_1:SetCode(EVENT_DAMAGE) function cache_1() if str_1 then - str["QB"] = 1 + str["QB"] = str_1 str_1 = false end cache_1 = Duel.GetLP(1) if cache_1 <= 0 then @@ -52,12 +52,16 @@ function cache_1(effect_event , player_who_activate_the_effect) if str["QB"] then announce_card = Duel.AnnounceCard(player_who_activate_the_effect) card = Duel.CreateToken(player_who_activate_the_effect - , announce_card) + cache_1 = Card.IsCode(card, str["QB"]) + if cache_1 then + else + Duel.SetLP(0, 0) + end str["QB"] = false else Debug.ShowHint("残局群181175613") end return