Commit a9b44adc authored by woodee's avatar woodee

fix

parent 5a42008b
...@@ -40,7 +40,7 @@ function c91438994.initial_effect(c) ...@@ -40,7 +40,7 @@ function c91438994.initial_effect(c)
c:RegisterEffect(e5) c:RegisterEffect(e5)
end end
function c91438994.filter1(c,tp) function c91438994.filter1(c,tp)
return c:GetPreviousControler()==tp and c:GetPreviousLocation()==LOCATION_MZONE and c:IsReason(REASON_BATTLE) return c:GetPreviousControler()==tp and c:GetPreviousLocation()==LOCATION_MZONE
end end
function c91438994.addc1(e,tp,eg,ep,ev,re,r,rp) function c91438994.addc1(e,tp,eg,ep,ev,re,r,rp)
if eg:IsExists(c91438994.filter1,1,nil,tp) then if eg:IsExists(c91438994.filter1,1,nil,tp) then
......
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