Commit 957a75cf authored by wind2009's avatar wind2009

Merge branch 'patch-6' into 'master'

Fix 捕食植物デェアデビル

See merge request !268
parents 157bf642 492de6d8
Pipeline #43461 passed with stages
in 3 minutes and 21 seconds
......@@ -64,7 +64,7 @@ function s.hsptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
local rg=Duel.GetMatchingGroup(s.hspfilter,tp,LOCATION_MZONE,LOCATION_MZONE,nil,tp,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local sg=rg:SelectSubGroup(tp,s.fselect,true,2,2,tp,c)
if sg:GetCount()>0 then
if sg and sg:GetCount()>0 then
sg:KeepAlive()
e:SetLabelObject(sg)
return true
......
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