Commit d6daa217 authored by Nemo Ma's avatar Nemo Ma

Update c22348131.lua

parent 51e3f389
...@@ -23,6 +23,7 @@ function cm.initial_effect(c) ...@@ -23,6 +23,7 @@ function cm.initial_effect(c)
e3:SetType(EFFECT_TYPE_QUICK_O) e3:SetType(EFFECT_TYPE_QUICK_O)
e3:SetRange(LOCATION_GRAVE) e3:SetRange(LOCATION_GRAVE)
e3:SetCode(EVENT_FREE_CHAIN) e3:SetCode(EVENT_FREE_CHAIN)
e3:SetCountLimit(1,EFFECT_COUNT_CODE_CHAIN)
e3:SetTarget(c22348131.settg) e3:SetTarget(c22348131.settg)
e3:SetOperation(c22348131.setop) e3:SetOperation(c22348131.setop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
...@@ -82,7 +83,7 @@ function c22348131.setop(e,tp,eg,ep,ev,re,r,rp) ...@@ -82,7 +83,7 @@ function c22348131.setop(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_LEAVE_FIELD_REDIRECT) e1:SetCode(EFFECT_LEAVE_FIELD_REDIRECT)
e1:SetReset(RESET_EVENT+RESETS_REDIRECT) e1:SetReset(RESET_EVENT+RESETS_REDIRECT)
e1:SetValue(LOCATION_DECK) e1:SetValue(LOCATION_DECKSHF)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
end 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