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:
FIELDS: 'name,desc,overallString,picUrl'
GIT_DEPTH: '1000'
OUTPUT_FILENAME: test-release.json
REF_COMMIT: '18.18' # 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT: '18.19' # 更新的时候改这里,修改成上一个tag的版本号
script:
- apt update;apt -y install wget
- currentPath=$PWD
......
No preview for this file type
......@@ -22,6 +22,7 @@
101303021
101303022
101303025
101303027
101303028
101303029
101303031
......
......@@ -60,7 +60,7 @@ end
function s.cfilter(c,e)
return c:IsFaceup() and c:IsCanBeEffectTarget(e)
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)
end
function s.fselect(g,tp)
......
......@@ -66,4 +66,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
function s.valcon(e,re,r,rp)
return bit.band(r,REASON_BATTLE)~=0
end
\ No newline at end of file
end
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