Commit 512a016e authored by REIKAI's avatar REIKAI 💬

fix

parent aecc835a
Pipeline #23753 passed with stages
in 21 minutes and 53 seconds
......@@ -11,7 +11,7 @@ function cm.initial_effect(c)
e1:SetCode(EFFECT_LEAVE_FIELD_REDIRECT)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetCondition(cm.recon)
e1:SetValue(LOCATION_EXTRA)
e1:SetValue(LOCATION_DECK)
c:RegisterEffect(e1)
--Activate effect
local e2=Effect.CreateEffect(c)
......
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