Commit 7256a7a5 authored by nanahira's avatar nanahira

fixblank

parent 2d3bb66b
......@@ -45,7 +45,8 @@ build_script:
- cp -rf ../expansions/script/c37564765.lua expansions/script
- cp -rf ../expansions/script/c375649??.lua expansions/script
- cd update
- ../../ygopro-222DIY/update/update.exe -ci
- cp -rf ../../ygopro-222DIY/update/update.exe .
- update.exe -ci
- cd ..
- git add . -A
- git commit -m "Auto Push by Nanahira"
......
......@@ -1110,7 +1110,7 @@ function cm.PendConditionNanahira()
local t=cm.order_table[te:GetValue()]
if (t.location==LOCATION_EXTRA and eft>0) or (t.location~=LOCATION_EXTRA and mft>0) then
local exg=Duel.GetMatchingGroup(cm.PConditionFilterNanahira,tp,t.location,0,nil,e,tp,lscale,rscale,t.filter,te:GetHandler())
g:Merge(exg)
g:Merge(exg)
end
end
for i,te in pairs(ext2) do
......
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