Commit dddce575 authored by wind2009's avatar wind2009

Merge branch 'patch-7' into 'master'

Fix 超征竜-ディザスター

See merge request !157
parents 52bdb0b3 57fbdd58
Pipeline #31819 passed with stages
in 1 minute and 22 seconds
......@@ -57,7 +57,7 @@ function s.mtfilter(c,e)
return c:IsRelateToEffect(e) and c:IsCanOverlay()
end
function s.rmfilter(c,xg)
return c:IsType(TYPE_MONSTER) and xg:IsExists(Card.IsAttribute,1,nil,c:GetAttribute()) and c:IsAbleToRemove()
return c:IsType(TYPE_MONSTER) and xg:IsExists(Card.IsAttribute,1,nil,c:GetAttribute()) and c:IsAbleToRemove() and c:IsFaceup()
end
function s.mtop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
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