Commit 39fdf5e6 authored by wind2009's avatar wind2009

18.34

parent 7c3e8d6e
Pipeline #41513 passed with stages
in 1 minute and 38 seconds
...@@ -91,7 +91,7 @@ add_script_diff: ...@@ -91,7 +91,7 @@ add_script_diff:
FIELDS: 'name,desc,overallString,picUrl' FIELDS: 'name,desc,overallString,picUrl'
GIT_DEPTH: '1000' GIT_DEPTH: '1000'
OUTPUT_FILENAME: test-release.json OUTPUT_FILENAME: test-release.json
REF_COMMIT: '18.32' # 更新的时候改这里,修改成上一个tag的版本号 REF_COMMIT: '18.33' # 更新的时候改这里,修改成上一个tag的版本号
script: script:
- apt update;apt -y install wget - apt update;apt -y install wget
- currentPath=$PWD - currentPath=$PWD
......
No preview for this file type
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
100250207 100250207
100250208 100250208
100250209 100250209
100250005
100250018 100250018
100250019 100250019
100250020 100250020
......
-- --セイバー・コンビネーション
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
--Activate --Activate
...@@ -89,4 +89,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -89,4 +89,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end end
end end
\ No newline at end of file
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