Commit d96d453f authored by wind2009's avatar wind2009

Merge branch 'patch-2' into 'master'

Fix 空牙団の船匠 キール

See merge request !227
parents c78faa87 817d7e12
Pipeline #40504 passed with stages
in 3 minutes and 17 seconds
......@@ -85,7 +85,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 and Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)~=0 then
Duel.AdjustAll()
local ag=Duel.GetMatchingGroup(Card.IsFaceup,tp,LOCATION_MZONE,LOCATION_MZONE,nil)
local tg=ag:GetMaxGroup(Card.GetAttack)
local tg=ag:GetMaxGroup(Card.GetBaseAttack)
if tg:IsExists(Card.IsControler,1,nil,1-tp)
and Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_HAND,0,1,nil,e,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