Commit 10ced241 authored by GuGu's avatar GuGu

Update c86379488.lua

parent 765845d4
Pipeline #37685 passed with stage
in 23 seconds
......@@ -89,7 +89,7 @@ function c86379488.chop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_TRAP_ACT_IN_HAND)
e1:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x610))
e1:SetTargetRange(LOCATION_HAND,0)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp)
--act qp in hand
local e2=Effect.CreateEffect(c)
......@@ -97,7 +97,7 @@ function c86379488.chop(e,tp,eg,ep,ev,re,r,rp)
e2:SetCode(EFFECT_QP_ACT_IN_NTPHAND)
e2:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x610))
e2:SetTargetRange(LOCATION_HAND,0)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
e2:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e2,tp)
end
--
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment