Commit 499101ce authored by wind2009's avatar wind2009

Fix 超巨大戦艦 メタル・スレイブ

parent b4581875
Pipeline #41140 passed with stages
in 2 minutes and 53 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.18' # 更新的时候改这里,修改成上一个tag的版本号 REF_COMMIT: '18.19' # 更新的时候改这里,修改成上一个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
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
101303021 101303021
101303022 101303022
101303025 101303025
101303027
101303028 101303028
101303029 101303029
101303031 101303031
......
...@@ -60,7 +60,7 @@ end ...@@ -60,7 +60,7 @@ end
function s.cfilter(c,e) function s.cfilter(c,e)
return c:IsFaceup() and c:IsCanBeEffectTarget(e) return c:IsFaceup() and c:IsCanBeEffectTarget(e)
end end
function s.desfilter(c) function s.desfilter(c,tp)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsSetCard(0x15) and c:IsControler(tp) return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsSetCard(0x15) and c:IsControler(tp)
end end
function s.fselect(g,tp) function s.fselect(g,tp)
......
...@@ -66,4 +66,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -66,4 +66,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.valcon(e,re,r,rp) function s.valcon(e,re,r,rp)
return bit.band(r,REASON_BATTLE)~=0 return bit.band(r,REASON_BATTLE)~=0
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