Commit ccb122bb authored by Amiya's avatar Amiya

修复

parent f9e69849
Pipeline #42477 failed with stages
in 1 minute and 25 seconds
......@@ -129,7 +129,7 @@ function s.sumcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsMainPhase()
end
function s.sumfilter(c)
return c:IsSetCard(0x2dc)
return c:IsSetCard(0x2dc) and c:IsSummonable(true,nil,1)
end
function s.sumtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.sumfilter,tp,LOCATION_HAND,0,1,nil) end
......
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