Commit b3408d57 authored by Amiya's avatar Amiya

Merge branch 'master' into 'master'

Master

See merge request !1
parents c3312a3b 690995f7
Pipeline #24962 failed with stages
in 1 minute and 12 seconds
No preview for this file type
......@@ -46,7 +46,7 @@ function s.tgtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND)
end
function s.tgop(e,tp,eg,ep,ev,re,r,rp)
if not Duel.GetLocationCount(tp,LOCATION_MZONE)>0 then return end
if not (Duel.GetLocationCount(tp,LOCATION_MZONE)>0) then return end
local c=e:GetHandler()
local sc=e:GetLabelObject()
local g=Group.FromCards(c,sc)
......
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