Commit 74655d1f authored by mercury233's avatar mercury233 Committed by GitHub

fix プレゼント交換

parent 4bf0eeb9
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
function c82257940.initial_effect(c) function c82257940.initial_effect(c)
--Activate --Activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_REMOVE+CATEGORY_SEARCH) e1:SetCategory(CATEGORY_REMOVE)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c82257940.target) e1:SetTarget(c82257940.target)
......
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