Commit 32ae30bd authored by 想象力很好的毛虫's avatar 想象力很好的毛虫 Committed by GitHub

Fix Bayerock Dragon (#2623)

parent 81555091
......@@ -52,6 +52,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
function s.spcfilter(c,tp)
return c:IsReason(REASON_BATTLE+REASON_EFFECT)
and not c:IsPreviousLocation(LOCATION_SZONE)
and (c:IsPreviousLocation(LOCATION_MZONE) or c:GetOriginalType()&TYPE_MONSTER~=0)
and c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_HAND+LOCATION_ONFIELD)
end
function s.regcon(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