Commit 63a34e81 authored by salix5's avatar salix5

Merge pull request #111 from nekrozar/patch-2

fix Gather Your Mind
parents 71965d98 83286234
...@@ -5,7 +5,7 @@ function c7512044.initial_effect(c) ...@@ -5,7 +5,7 @@ function c7512044.initial_effect(c)
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,7512044) e1:SetCountLimit(1,7512044+EFFECT_COUNT_CODE_OATH)
e1:SetTarget(c7512044.target) e1:SetTarget(c7512044.target)
e1:SetOperation(c7512044.activate) e1:SetOperation(c7512044.activate)
c:RegisterEffect(e1) c:RegisterEffect(e1)
......
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