Commit 7af45cd0 authored by nekrozar's avatar nekrozar

fix

parent 0fcf609d
......@@ -11,8 +11,8 @@ function c81791932.initial_effect(c)
c:RegisterEffect(e1)
end
function c81791932.cfilter(c,tp)
return c:IsRace(RACE_REPTILE) and c:GetPreviousControler()==tp
and c:IsPreviousLocation(LOCATION_ONFIELD)
return c:IsRace(RACE_REPTILE) and c:IsPreviousPosition(POS_FACEUP) and c:GetPreviousControler()==tp
and c:IsPreviousLocation(LOCATION_MZONE)
end
function c81791932.condition(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c81791932.cfilter,1,nil,tp)
......
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