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