Commit 63187d5e authored by Amiya's avatar Amiya

修复

parent a2ea359f
Pipeline #40176 passed with stages
in 4 minutes and 14 seconds
...@@ -39,5 +39,10 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -39,5 +39,10 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
rc:CancelToGrave() rc:CancelToGrave()
Duel.ChangePosition(rc,POS_FACEDOWN) Duel.ChangePosition(rc,POS_FACEDOWN)
Duel.RaiseEvent(rc,EVENT_SSET,e,REASON_EFFECT,tp,tp,0) Duel.RaiseEvent(rc,EVENT_SSET,e,REASON_EFFECT,tp,tp,0)
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_CANNOT_TRIGGER)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
rc:RegisterEffect(e1,true)
end end
end 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