Commit de144632 authored by wind2009's avatar wind2009

Fix 妖精伝姫-ウィキャット

parent f4fe9eb7
Pipeline #41846 passed with stages
in 1 minute and 14 seconds
......@@ -91,7 +91,7 @@ add_script_diff:
FIELDS: 'name,desc,overallString,picUrl'
GIT_DEPTH: '1000'
OUTPUT_FILENAME: test-release.json
REF_COMMIT: '19.5' # 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT: '19.6' # 更新的时候改这里,修改成上一个tag的版本号
script:
- apt update;apt -y install wget
- currentPath=$PWD
......
......@@ -61,7 +61,7 @@ end
function s.tgop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(s.tgfilter,tp,LOCATION_DECK,0,nil)
local ct=e:GetLabel()
if not g:GetCount()<ct then return end
if g:GetCount()<ct then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local sg=g:Select(tp,ct,ct,nil)
if sg:GetCount()>0 then
......
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