Commit f97b0827 authored by wind2009's avatar wind2009

Fix 魂喰魔獣 バズー

parent 1727fcda
Pipeline #32003 passed with stages
in 1 minute and 7 seconds
...@@ -41,7 +41,7 @@ function s.initial_effect(c) ...@@ -41,7 +41,7 @@ function s.initial_effect(c)
end end
function s.rmtg(e,c) function s.rmtg(e,c)
return (c:IsLocation(LOCATION_OVERLAY) or c:IsPreviousLocation(LOCATION_OVERLAY)) return (c:IsLocation(LOCATION_OVERLAY) or c:IsPreviousLocation(LOCATION_OVERLAY))
and c:IsReason(REASON_COST+REASON_EFFECT) and c:IsReason(REASON_COST+REASON_SPSUMMON+REASON_EFFECT)
end end
function s.ovcon(e,tp,eg,ep,ev,re,r,rp) function s.ovcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(Card.IsType,1,nil,TYPE_MONSTER) return eg:IsExists(Card.IsType,1,nil,TYPE_MONSTER)
......
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