Commit d5893280 authored by wind2009's avatar wind2009 Committed by GitHub

Fix マルチャミー・フワロス (#2722)

* Fix マルチャミー・フワロス

* use not equal

---------
Co-authored-by: salix5's avatarsalix5 <salix5566@gmail.com>
parent 97e0ee68
...@@ -76,6 +76,7 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,6 +76,7 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.filter(c,sp) function s.filter(c,sp)
return c:IsSummonPlayer(sp) and c:IsSummonLocation(LOCATION_DECK+LOCATION_EXTRA) return c:IsSummonPlayer(sp) and c:IsSummonLocation(LOCATION_DECK+LOCATION_EXTRA)
and c:GetOriginalType()&TYPE_MONSTER~=0
end end
function s.drcon1(e,tp,eg,ep,ev,re,r,rp) function s.drcon1(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.filter,1,nil,1-tp) return eg:IsExists(s.filter,1,nil,1-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