Commit aa082db8 authored by salix5's avatar salix5

Merge pull request #1239 from nekrozar/patch-2

fix Graverobber
parents 66cb7bbd 6a228bd2
......@@ -44,7 +44,7 @@ function c61705417.activate(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e2)
local e3=Effect.CreateEffect(e:GetHandler())
e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e3:SetCode(EVENT_CHAINING)
e3:SetCode(EVENT_CHAIN_SOLVED)
e3:SetCondition(c61705417.actcon)
e3:SetOperation(c61705417.actop)
e3:SetLabelObject(tc)
......
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