Commit ed9ddeaf authored by wind2009's avatar wind2009

Fix 星霜の魔術師-アストログラフ・マジシャン

parent 0ff3e0dc
Pipeline #43586 failed with stages
in 3 minutes and 37 seconds
...@@ -68,7 +68,7 @@ function s.pop(e,tp,eg,ep,ev,re,r,rp) ...@@ -68,7 +68,7 @@ function s.pop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.desfilter(c,tp) function s.desfilter(c,tp)
return c:IsPreviousControler(tp) and c:IsPreviousPosition(POS_FACEUP) and c:IsReason(REASON_BATTLE+REASON_EFFECT) return c:IsPreviousControler(tp) and c:IsPreviousPosition(POS_FACEUP) and c:IsReason(REASON_BATTLE+REASON_EFFECT)
and (c:GetOriginalType()&TYPE_MONSTER~=0 and c:IsPreviousLocation(LOCATION_ONFIELD) or c:IsPreviousLocation(LOCATION_MZONE)) and c:GetOriginalType()&TYPE_MONSTER~=0 and c:IsPreviousLocation(LOCATION_ONFIELD)
end end
function s.spcon1(e,tp,eg,ep,ev,re,r,rp) function s.spcon1(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.desfilter,1,nil,tp) return eg:IsExists(s.desfilter,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