Commit bfa4f700 authored by 未闻皂名's avatar 未闻皂名

2022/12/26 bug修复

parent ce00cd25
......@@ -36,6 +36,6 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end)
if Duel.GetFlagEffect(tp,m)~=0 then return end
RD.CreateHintEffect(e,aux.Stringid(m,1),tp,1,0,RESET_PHASE+PHASE_END)
RD.CreateOnlySoleAttackEffect(e,m,tp,LOCATION_MZONE,0,RESET_PHASE+PHASE_END)
RD.CreateOnlySoleAttackEffect(e,20170032,tp,LOCATION_MZONE,0,RESET_PHASE+PHASE_END)
Duel.RegisterFlagEffect(tp,m,RESET_PHASE+PHASE_END,0,1)
end
\ No newline at end of file
......@@ -40,6 +40,6 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end)
if Duel.GetFlagEffect(tp,m)~=0 then return end
RD.CreateHintEffect(e,aux.Stringid(m,2),tp,1,0,RESET_PHASE+PHASE_END)
RD.CreateOnlySoleAttackEffect(e,m,tp,LOCATION_MZONE,0,RESET_PHASE+PHASE_END)
RD.CreateOnlySoleAttackEffect(e,20208046,tp,LOCATION_MZONE,0,RESET_PHASE+PHASE_END)
Duel.RegisterFlagEffect(tp,m,RESET_PHASE+PHASE_END,0,1)
end
\ No newline at end of file
......@@ -47,6 +47,6 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end)
if Duel.GetFlagEffect(tp,m)~=0 then return end
RD.CreateHintEffect(e,aux.Stringid(m,1),tp,1,0,RESET_PHASE+PHASE_END)
RD.CreateOnlySoleAttackEffect(e,m,tp,LOCATION_MZONE,0,RESET_PHASE+PHASE_END)
RD.CreateOnlySoleAttackEffect(e,20226001,tp,LOCATION_MZONE,0,RESET_PHASE+PHASE_END)
Duel.RegisterFlagEffect(tp,m,RESET_PHASE+PHASE_END,0,1)
end
\ No newline at end of file
......@@ -33,6 +33,6 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end)
if Duel.GetFlagEffect(tp,m)~=0 then return end
RD.CreateHintEffect(e,aux.Stringid(m,2),tp,1,0,RESET_PHASE+PHASE_END)
RD.CreateOnlySoleAttackEffect(e,m,tp,LOCATION_MZONE,0,RESET_PHASE+PHASE_END)
RD.CreateOnlySoleAttackEffect(e,20236010,tp,LOCATION_MZONE,0,RESET_PHASE+PHASE_END)
Duel.RegisterFlagEffect(tp,m,RESET_PHASE+PHASE_END,0,1)
end
\ No newline at end of file
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