Commit 492de6d8 authored by Mr.Tan's avatar Mr.Tan

Fix 捕食植物デェアデビル

parent 157bf642
Pipeline #43460 failed with stages
in 2 minutes and 7 seconds
...@@ -64,7 +64,7 @@ function s.hsptg(e,tp,eg,ep,ev,re,r,rp,chk,c) ...@@ -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) local rg=Duel.GetMatchingGroup(s.hspfilter,tp,LOCATION_MZONE,LOCATION_MZONE,nil,tp,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local sg=rg:SelectSubGroup(tp,s.fselect,true,2,2,tp,c) 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() sg:KeepAlive()
e:SetLabelObject(sg) e:SetLabelObject(sg)
return true 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