Commit 6ba1a83d authored by HidarimeYume's avatar HidarimeYume Committed by GitHub

Fix Robbin' Goblin (#2017)

parent 97238e28
......@@ -18,7 +18,7 @@ function c88279736.initial_effect(c)
c:RegisterEffect(e2)
end
function c88279736.condition(e,tp,eg,ep,ev,re,r,rp)
return ep~=tp and eg:GetFirst():GetControler()==tp
return ep~=tp and eg:GetFirst():GetControler()==tp and e:GetHandler():IsStatus(STATUS_EFFECT_ENABLED)
end
function c88279736.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true 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