Commit a8d9b6c3 authored by Fluorohydride's avatar Fluorohydride

Merge pull request #368 from woodee/patch-7

fix
parents c4f0dbe9 a9b44adc
...@@ -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