Commit d3896ad3 authored by mercury233's avatar mercury233 Committed by DailyShana

fix No.38 (#558)

parent 6eaf68bb
......@@ -73,7 +73,7 @@ function c63767246.cbop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c63767246.atkfilter1(c,tp)
return c:IsReason(REASON_BATTLE+REASON_EFFECT) and c:IsType(TYPE_XYZ)
return c:IsReason(REASON_BATTLE+REASON_EFFECT) and c:IsType(TYPE_XYZ) and c:GetBaseAttack()>0
and c:IsPreviousLocation(LOCATION_MZONE) and c:GetPreviousControler()==tp
end
function c63767246.atkcon(e,tp,eg,ep,ev,re,r,rp)
......
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